diff options
author | Frederick Muriuki Muriithi | 2022-07-07 09:24:29 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-07 09:24:29 +0300 |
commit | 23a5e2c8dc2cbbf1ce55c22f80519824e413b883 (patch) | |
tree | aa1d39e3ba4f870b2adbb7644ff8dc3ad2ad7bd5 /etc | |
parent | 2e12c23648be1b6827f1717ca143359d29043a39 (diff) | |
download | gn-uploader-23a5e2c8dc2cbbf1ce55c22f80519824e413b883.tar.gz |
Provide selection for GeneChips
The GeneChipId value is required for the data being inserted, so this
commit provides the UI to enable selection of the chip.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/default_config.py b/etc/default_config.py index fcb17d9..5bafd1a 100644 --- a/etc/default_config.py +++ b/etc/default_config.py @@ -11,3 +11,5 @@ UPLOAD_FOLDER = "/tmp/qc_app_files" REDIS_URL = "redis://" JOBS_TTL_SECONDS = 1209600 # 14 days GN3_URL="http://localhost:8080" +SQL_URI = os.getenv( + "SQL_URI", "mysql://gn2:mysql_password@localhost/db_webqtl_s") |