Skip to content
Snippets Groups Projects
Commit 9a10f781 authored by Brian Moe's avatar Brian Moe
Browse files

Tweaked production settings.

parent 3a3b4e12
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ DEBUG = False
TEMPLATE_DEBUG = DEBUG
MAINTENANCE_MODE= False
EMAIL_HOST = 'gravity.phys.uwm.edu'
#EMAIL_HOST = 'gravity.phys.uwm.edu'
EMAIL_HOST = 'localhost'
ADMINS = (
('Branson Stephens', 'branson@gravity.phys.uwm.edu'),
......@@ -24,7 +25,7 @@ ALERT_EMAIL_BCC = [
ALERT_TEST_EMAIL_FROM = "GraCEDb TEST <gracedb@archie.phys.uwm.edu>"
ALERT_TEST_EMAIL_TO = [
]
ALERT_XMPP_SERVER = "lvalert.cgca.uwm.edu"
ALERT_XMPP_SERVER = "lvalert.phys.uwm.edu"
EMBB_MAIL_ADDRESS = 'embb@gracedb.ligo.org'
EMBB_SMTP_SERVER = 'localhost'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment