Skip to content

Commit 3744ee6

Browse files
Jeny Sadadianuclearcat
authored andcommitted
env.sample: add email config variables
API sends emails for some user related operations such as verifying user, password reset. Add email configuration variable to sample file for environment variables. Signed-off-by: Jeny Sadadia <[email protected]>
1 parent 2adeddc commit 3744ee6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

env.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
SECRET_KEY=
22
#algorithm=
33
#access_token_expire_minutes=
4+
SMTP_HOST=
5+
SMTP_PORT=
6+
EMAIL_SENDER=
7+
EMAIL_PASSWORD=

0 commit comments

Comments
 (0)