aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorAlexander Kabui2021-05-03 11:55:47 +0300
committerAlexander Kabui2021-05-03 11:55:47 +0300
commit56e66507a55069b8904dd39ab52c91564df8884c (patch)
tree074d8988044107053a2e2ac7ba0a8bfe230fa090 /gn3
parent874ed79184222ceb260bea5f2752ff59e992a19a (diff)
downloadgenenetwork3-56e66507a55069b8904dd39ab52c91564df8884c.tar.gz
modify default SQL_URI
Diffstat (limited to 'gn3')
-rw-r--r--gn3/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index 478a041..7b3ffb7 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -12,7 +12,7 @@ REDIS_JOB_QUEUE = "GN3::job-queue"
TMPDIR = os.environ.get("TMPDIR", tempfile.gettempdir())
# SQL confs
-SQL_URI = os.environ.get("SQL_URI", "mysql://kabui:1234@localhost/db_webqtl")
+SQL_URI = os.environ.get("SQL_URI", "mysql://webqtlout:webqtlout@localhost/db_webqtl")
SECRET_KEY = "password"
SQLALCHEMY_TRACK_MODIFICATIONS = False
# gn2 results only used in fetching dataset info