diff options
Diffstat (limited to 'uploader/default_settings.py')
-rw-r--r-- | uploader/default_settings.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/uploader/default_settings.py b/uploader/default_settings.py index 26fe665..3f096af 100644 --- a/uploader/default_settings.py +++ b/uploader/default_settings.py @@ -2,10 +2,7 @@ The default configuration file. The values here should be overridden in the actual configuration file used for the production and staging systems. """ - -import os - -LOG_LEVEL = os.getenv("LOG_LEVEL", "WARNING") +LOG_LEVEL = "WARNING" SECRET_KEY = b"<Please! Please! Please! Change This!>" UPLOAD_FOLDER = "/tmp/qc_app_files" REDIS_URL = "redis://" |