mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
8 lines
245 B
Text
8 lines
245 B
Text
|
SECRET_KEY='{{ secret_key }}'
|
||
|
DEBUG=false
|
||
|
ALLOWED_HOSTS=charasheet.augendre.info,localhost
|
||
|
MAILGUN_API_KEY={{ mailgun_api_key }}
|
||
|
MAILGUN_SENDER_DOMAIN=mg.augendre.info
|
||
|
REGISTRATION_OPEN=true
|
||
|
CSRF_TRUSTED_ORIGINS=https://charasheet.augendre.info
|