diff options
author | Pjotr Prins | 2016-06-16 16:17:07 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-16 16:17:07 +0000 |
commit | 08800d16cccb03685a4f325fa950a402d1d5b455 (patch) | |
tree | 062e0482c6b29dd221ca5e189797a74dc59beb1c | |
parent | ec12df81666dc268ced47d779c6187cef0437eef (diff) | |
download | genenetwork2-08800d16cccb03685a4f325fa950a402d1d5b455.tar.gz |
Add default settings
-rw-r--r-- | etc/default_settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
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()) |