provide mail env vars
This commit is contained in:
parent
e6974102ec
commit
82226f9d61
1 changed files with 6 additions and 6 deletions
|
@ -12,9 +12,9 @@ POSTGRES_DB=forest_prod
|
||||||
|
|
||||||
DATABASE_URL=postgresql://forest:forest123@db:5432/forest_prod
|
DATABASE_URL=postgresql://forest:forest123@db:5432/forest_prod
|
||||||
|
|
||||||
MAIL_SERVER = smtp.gmail.com
|
MAIL_SERVER=smtp.gmail.com
|
||||||
MAIL_USERNAME = admin@gmail.com
|
MAIL_USERNAME=admin@gmail.com
|
||||||
MAIL_PASSWORD = kur
|
MAIL_PASSWORD=kur
|
||||||
MAIL_PORT = 25
|
MAIL_PORT=25
|
||||||
MAIL_SUBJECT_PREFIX = ForestNet
|
MAIL_SUBJECT_PREFIX=ForestNet
|
||||||
MAIL_ADMIN = daniel@deflax.net
|
MAIL_ADMIN=daniel@deflax.net
|
||||||
|
|
Loading…
Reference in a new issue