diff options
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/settings.py | 1 |
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" } |