diff options
| author | Frederick Muriuki Muriithi | 2026-02-09 12:04:59 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-09 12:04:59 -0600 |
| commit | e3d8b80b76d56227244972690e65cc37688372dc (patch) | |
| tree | 255ba0b72fe1e8cb41609350b8c920be02c02f35 /tests/test_instance_dir | |
| parent | 25e1047faec00b117b962a9d453d536d3843ca41 (diff) | |
| download | gn-uploader-e3d8b80b76d56227244972690e65cc37688372dc.tar.gz | |
Update configuration variable name.
Diffstat (limited to 'tests/test_instance_dir')
| -rw-r--r-- | tests/test_instance_dir/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_instance_dir/config.py b/tests/test_instance_dir/config.py index 2ee569b..f04b3df 100644 --- a/tests/test_instance_dir/config.py +++ b/tests/test_instance_dir/config.py @@ -6,6 +6,6 @@ import os LOG_LEVEL = os.getenv("LOG_LEVEL", "WARNING") SECRET_KEY = b"<Please! Please! Please! Change This!>" -UPLOAD_FOLDER = "/tmp/qc_app_files" +UPLOADS_DIRECTORY = "/tmp/qc_app_files" REDIS_URL = "redis://" JOBS_TTL_SECONDS = 600 # 10 minutes |
