From befdf9357a408985477235671645e78fb185d4f5 Mon Sep 17 00:00:00 2001 From: CVL-GitHub <jupiter.hu@monash.edu> Date: Wed, 14 Oct 2015 13:55:39 +1100 Subject: [PATCH] change email address --- roles/karaage3.1.17/templates/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/karaage3.1.17/templates/settings.py.j2 b/roles/karaage3.1.17/templates/settings.py.j2 index 84b7af6..928d33f 100644 --- a/roles/karaage3.1.17/templates/settings.py.j2 +++ b/roles/karaage3.1.17/templates/settings.py.j2 @@ -145,7 +145,7 @@ GLOBAL_DATASTORES = [ ] # The email address that error messages come from, such as those sent to ADMINS # and MANAGERS. -SERVER_EMAIL = '{{ karaageAdminEmail }}' +SERVER_EMAIL = '{{ karaageServerEmail }}' # The host to use for sending email. EMAIL_HOST = 'localhost' -- GitLab