Skip to content
Snippets Groups Projects
Commit 960cc689 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Settings for new djangoenv virtualenv on production server.

parent 15d3c7bc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ ALERT_TEST_EMAIL_TO = [
#ALERT_XMPP_SERVER = "lvalert.phys.uwm.edu"
#ALERT_XMPP_SERVERS = ["lvalert.phys.uwm.edu", "lvalert.cgca.uwm.edu"]
ALERT_XMPP_SERVERS = ["lvalert.cgca.uwm.edu"]
LVALERT_SEND_EXECUTABLE = '/usr/bin/lvalert_send'
#LVALERT_SEND_EXECUTABLE = '/usr/bin/lvalert_send'
LVALERT_SEND_EXECUTABLE = '/home/gracedb/djangoenv/bin/lvalert_send'
USE_LVALERT_OVERSEER = False
......
......@@ -7,7 +7,7 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
sys.path.append('/home/gracedb/graceproj')
# Activate the virtual environment
VIRTUALENV_ACTIVATOR = "/home/lars/wsgi-sandbox/bin/activate_this.py"
VIRTUALENV_ACTIVATOR = "/home/gracedb/djangoenv/bin/activate_this.py"
execfile(VIRTUALENV_ACTIVATOR, dict(__file__=VIRTUALENV_ACTIVATOR))
os.environ['MPLCONFIGDIR']='/tmp/'
......
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