Use ENV variables in fr-dev
This allows folks to rename their database and still use the dev scripts
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
SECRET_KEY=7(2w1sedok=aznpq)ta1mc4i%4h=xx@hxwx*o57ctsuml0x%fr
|
||||
SECRET_KEY="7(2w1sedok=aznpq)ta1mc4i%4h=xx@hxwx*o57ctsuml0x%fr"
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG=true
|
||||
@ -25,7 +25,7 @@ POSTGRES_HOST=db
|
||||
CELERY_BROKER=redis://redis:6379/0
|
||||
CELERY_RESULT_BACKEND=redis://redis:6379/0
|
||||
|
||||
EMAIL_HOST='smtp.mailgun.org'
|
||||
EMAIL_HOST="smtp.mailgun.org"
|
||||
EMAIL_PORT=587
|
||||
EMAIL_HOST_USER=mail@your.domain.here
|
||||
EMAIL_HOST_PASSWORD=emailpassword123
|
||||
|
Reference in New Issue
Block a user