aboutsummaryrefslogtreecommitdiff
path: root/etc/default_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/default_config.py')
-rw-r--r--etc/default_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/default_config.py b/etc/default_config.py
index 5bafd1a..45272de 100644
--- a/etc/default_config.py
+++ b/etc/default_config.py
@@ -10,6 +10,7 @@ SECRET_KEY = b"<Please! Please! Please! Change This!>"
UPLOAD_FOLDER = "/tmp/qc_app_files"
REDIS_URL = "redis://"
JOBS_TTL_SECONDS = 1209600 # 14 days
+GNQC_REDIS_PREFIX="GNQC"
GN3_URL="http://localhost:8080"
SQL_URI = os.getenv(
"SQL_URI", "mysql://gn2:mysql_password@localhost/db_webqtl_s")