From: Stephen Soltesz Date: Thu, 12 Feb 2009 21:16:13 +0000 (+0000) Subject: fixed the environment. not sure how that got mixed up. X-Git-Tag: Monitor-2.0-1~14 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=800f9cf0102abc417db64cf767598efd63fa08c8;hp=b39ff9f4ba0e97210a0c852a8e6677754de3ad62 fixed the environment. not sure how that got mixed up. --- diff --git a/web/MonitorWeb/dev.cfg b/web/MonitorWeb/dev.cfg index 8743983..00d162f 100644 --- a/web/MonitorWeb/dev.cfg +++ b/web/MonitorWeb/dev.cfg @@ -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" diff --git a/web/MonitorWeb/prod.cfg b/web/MonitorWeb/prod.cfg index 91de6f8..a2aac87 100644 --- a/web/MonitorWeb/prod.cfg +++ b/web/MonitorWeb/prod.cfg @@ -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"