Adds email config
This commit is contained in:
@ -25,4 +25,8 @@ POSTGRES_HOST=db
|
||||
CELERY_BROKER=redis://redis:6379/0
|
||||
CELERY_RESULT_BACKEND=redis://redis:6379/0
|
||||
|
||||
FLOWER_PORT=5555
|
||||
EMAIL_HOST='smtp.mailgun.org'
|
||||
EMAIL_PORT=587
|
||||
EMAIL_HOST_USER=mail@your.domain.here
|
||||
EMAIL_HOST_PASSWORD=emailpassword123
|
||||
EMAIL_USE_TLS=true
|
||||
|
Reference in New Issue
Block a user