ansible/playbooks/apps/templates/shortener/shortener.env.j2
Gabriel Augendre 556fa6613c
Some checks are pending
/ run ansible (push) Waiting to run
add shortener
2024-10-12 12:59:33 +02:00

5 lines
147 B
Django/Jinja

DEBUG=false
SECRET_KEY={{ secret_key }}
DATABASE_URL=sqlite:////db/db.sqlite3
ALLOWED_HOSTS=localhost,g4b.ovh
CSRF_TRUSTED_ORIGINS=https://g4b.ovh