aboutsummaryrefslogtreecommitdiff
path: root/gn3/settings.py
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-17 17:53:12 +0300
committerBonfaceKilz2021-02-24 14:20:29 +0300
commit234864dd171c1a1c42da3ac9cca40dd65984081a (patch)
tree75ec2582e04f65f044752340145b95a035837346 /gn3/settings.py
parentbe43fb87bd9ce6b6a37b3e12d7c553e4531ea322 (diff)
downloadgenenetwork3-234864dd171c1a1c42da3ac9cca40dd65984081a.tar.gz
Add GENODIR extra param
Diffstat (limited to 'gn3/settings.py')
-rw-r--r--gn3/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index 1ffd60b..6a67c0a 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -7,5 +7,6 @@ APP_DEFAULTS = {
"BCRYPT_SALT": "$2b$12$mxLvu9XRLlIaaSeDxt8Sle", # Change this!
"GEMMA_WRAPPER_CMD": os.environ.get("GEMMA_WRAPPER", "gemma-wrapper"),
"TMPDIR": os.environ.get("TMPDIR", tempfile.gettempdir()),
+ "GENODIR": "",
"REDIS_URI": "redis://localhost:6379/0"
}