mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
6 lines
147 B
Text
6 lines
147 B
Text
|
DEBUG=false
|
||
|
SECRET_KEY={{ secret_key }}
|
||
|
DATABASE_URL=sqlite:////db/db.sqlite3
|
||
|
ALLOWED_HOSTS=localhost,g4b.ovh
|
||
|
CSRF_TRUSTED_ORIGINS=https://g4b.ovh
|