ansible/playbooks/apps/templates/charasheet/.env.j2

8 lines
245 B
Text
Raw Permalink Normal View History

2024-10-11 17:18:53 +02:00
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