mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Add reglages
This commit is contained in:
parent
782cb76769
commit
b1d600e5f5
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ DB_PASSWORD = 'SUPER_SECRET'
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
||||||
|
ADMINS = [('Example', 'rezo-admin@example.org')]
|
||||||
|
|
||||||
|
SERVER_EMAIL = 'no-reply@example.org'
|
||||||
|
|
||||||
# Obligatoire, liste des host autorisés
|
# Obligatoire, liste des host autorisés
|
||||||
ALLOWED_HOSTS = ['test.example.org']
|
ALLOWED_HOSTS = ['test.example.org']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue