Correct the mail

This commit is contained in:
otthorn 2021-03-21 14:56:22 +01:00
parent f3eabbe97f
commit 60af6a7cca

View file

@ -27,10 +27,10 @@ DEBUG = os.getenv('DJANGO_DEBUG', False)
ALLOWED_HOSTS = [os.getenv('DJANGO_HOST')]
# Suivi des erreurs sur root@
# Suivi des erreurs sur la ML monitoring
EMAIL_SUBJECT_PREFIX = "[CAS] "
ADMINS = (
('Intranet', 'root@crans.org'),
('Intranet', 'monitoring.aurore@lists.crans.org'),
)
# Application definition