From 08800d16cccb03685a4f325fa950a402d1d5b455 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 16 Jun 2016 16:17:07 +0000 Subject: Add default settings --- etc/default_settings.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') diff --git a/etc/default_settings.py b/etc/default_settings.py index 088b3d01..07ba2e48 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -23,6 +23,11 @@ SQLALCHEMY_POOL_RECYCLE = 3600 SERVER_PORT = 5003 SECRET_HMAC_CODE = '\x08\xdf\xfa\x93N\x80\xd9\\H@\\\x9f`\x98d^\xb4a;\xc6OM\x946a\xbc\xfc\x80:*\xebc' +# Other settings (defaults) +LOGGING = WARNING # Logger mode (DEBUG|INFO|WARNING|ERROR|CRITICAL) +DEBUG_MODE = 1 # Debug level (0-5) +USE_REDIS = True # REDIS caching (redis will be phased out) + # Path overrides for Genenetwork GENENETWORK_FILES = HOME+"/gn2_data" PYLMM_COMMAND = str.strip(os.popen("which pylmm_redis").read()) -- cgit v1.2.3