fixed the environment. not sure how that got mixed up.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 12 Feb 2009 21:16:13 +0000 (21:16 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 12 Feb 2009 21:16:13 +0000 (21:16 +0000)
web/MonitorWeb/dev.cfg
web/MonitorWeb/prod.cfg

index 8743983..00d162f 100644 (file)
@@ -27,7 +27,7 @@ sqlalchemy.dburi="sqlite:///devdata.sqlite"
 # log_debug_info_filter.on = False
 
 #server.environment="development"
-server.environment="production"
+server.environment="development"
 autoreload.package="monitorweb"
 
 
index 91de6f8..a2aac87 100644 (file)
@@ -26,7 +26,7 @@ sqlalchemy.dburi="sqlite:///devdata.sqlite"
 # Enable the debug output at the end on pages.
 # log_debug_info_filter.on = False
 
-server.environment="development"
+server.environment="production"
 autoreload.package="monitorweb"