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

fixed paths for moving to Debian

parent 15e98b68
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ import os ...@@ -4,6 +4,8 @@ import os
DEBUG = False DEBUG = False
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG
EMAIL_HOST = 'gravity.phys.uwm.edu'
ADMINS = ( ADMINS = (
('Brian Moe', 'bmoe@gravity.phys.uwm.edu'), ('Brian Moe', 'bmoe@gravity.phys.uwm.edu'),
('Larry Price', 'larry@gravity.phys.uwm.edu'), ('Larry Price', 'larry@gravity.phys.uwm.edu'),
...@@ -23,7 +25,7 @@ ALERT_EMAIL_BCC = [ ...@@ -23,7 +25,7 @@ ALERT_EMAIL_BCC = [
ALERT_TEST_EMAIL_FROM = "GraCEDb TEST <gracedb@archie.phys.uwm.edu>" ALERT_TEST_EMAIL_FROM = "GraCEDb TEST <gracedb@archie.phys.uwm.edu>"
ALERT_TEST_EMAIL_TO = [ ALERT_TEST_EMAIL_TO = [
"larry@gravity.phys.uwm.edu", "bmoe@gravity.phys.uwm.edu",
] ]
XMPP_ALERT_CHANNELS = [ XMPP_ALERT_CHANNELS = [
...@@ -47,7 +49,7 @@ DATABASE_PORT = '' # Set to empty string for default. ...@@ -47,7 +49,7 @@ DATABASE_PORT = '' # Set to empty string for default.
# Latency histograms. Where they go and max latency to bin. # Latency histograms. Where they go and max latency to bin.
LATENCY_REPORT_DEST_DIR = "/home/lars/django/data/latency" LATENCY_REPORT_DEST_DIR = "/home/gracedb/data/latency"
LATENCY_MAXIMUM_CHARTED = 1800 LATENCY_MAXIMUM_CHARTED = 1800
LATENCY_REPORT_WEB_PAGE_FILE_PATH = LATENCY_REPORT_DEST_DIR + "/latency.inc" LATENCY_REPORT_WEB_PAGE_FILE_PATH = LATENCY_REPORT_DEST_DIR + "/latency.inc"
...@@ -123,7 +125,7 @@ TEMPLATE_DIRS = ( ...@@ -123,7 +125,7 @@ TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows. # Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths. # Don't forget to use absolute paths, not relative paths.
"/home/lars/django/gracedb/templates", "/home/gracedb/gracedb/templates",
) )
INSTALLED_APPS = ( INSTALLED_APPS = (
......
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