You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
494 B
19 lines
494 B
DJANGO_SETTINGS_MODULE=dokumentor.settings.{{env}}
|
|
|
|
DJANGO_SECRET='CHANGE_ME_IN_PRODUCTION'
|
|
|
|
DJANGO_DB='postgres://USER:PASSWORD@HOST:PORT/NAME'
|
|
|
|
DJANGO_FROM_EMAIL='root@localhost'
|
|
DJANGO_EMAIL_HOST=''
|
|
DJANGO_EMAIL_PORT=''
|
|
DJANGO_EMAIL_USER=''
|
|
DJANGO_EMAIL_PASSWORD=''
|
|
DJANGO_EMAIL_USE_TLS=False
|
|
DJANGO_EMAIL_USE_SSL=False
|
|
|
|
CELERY_BROKER_URL='amqp://guest:guest@localhost:5672//'
|
|
CELERY_RESULT_BACKEND='amqp://guest:guest@localhost:5672//'
|
|
|
|
CALLBACK_EMAIL_SENDER=''
|
|
CALLBACK_MANAGERS_EMAILS=[]
|
|
|