Correct the mail
This commit is contained in:
parent
f3eabbe97f
commit
60af6a7cca
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ DEBUG = os.getenv('DJANGO_DEBUG', False)
|
||||||
|
|
||||||
ALLOWED_HOSTS = [os.getenv('DJANGO_HOST')]
|
ALLOWED_HOSTS = [os.getenv('DJANGO_HOST')]
|
||||||
|
|
||||||
# Suivi des erreurs sur root@
|
# Suivi des erreurs sur la ML monitoring
|
||||||
EMAIL_SUBJECT_PREFIX = "[CAS] "
|
EMAIL_SUBJECT_PREFIX = "[CAS] "
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
('Intranet', 'root@crans.org'),
|
('Intranet', 'monitoring.aurore@lists.crans.org'),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in a new issue