8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-13 05:58:25 +00:00

Add reglages

This commit is contained in:
Gabriel Detraz 2017-01-15 14:32:12 +01:00 committed by root
parent 3ce689278c
commit fbbea8e810

View file

@ -5,6 +5,10 @@ DB_PASSWORD = 'SUPER_SECRET'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ADMINS = [('Example', 'rezo-admin@example.org')]
SERVER_EMAIL = 'no-reply@example.org'
# Obligatoire, liste des host autorisés
ALLOWED_HOSTS = ['test.example.org']