aboutsummaryrefslogtreecommitdiff
path: root/tests/test_instance_dir/config.py
blob: 2ee569b91759fa6909588ad70e7762bca493b408 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
The tests configuration file.
"""

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://"
JOBS_TTL_SECONDS = 600 # 10 minutes