diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/default_config.py b/etc/default_config.py index 76df031..28da532 100644 --- a/etc/default_config.py +++ b/etc/default_config.py @@ -8,3 +8,4 @@ import os LOG_LEVEL = os.getenv("LOG_LEVEL", "WARNING") SECRET_KEY = b"<Please! Please! Please! Change This!>" UPLOAD_FOLDER = "/tmp/qc_app_files" +REDIS_URL = "redis://" |