diff options
author | Frederick Muriuki Muriithi | 2021-12-06 14:06:13 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-12-06 14:06:13 +0300 |
commit | 0cfcea15c56e4ccd4379599076aabd13715cd873 (patch) | |
tree | f94ef7c5f5d12be76abaaf5d92d4a0e5d3863a64 /gn3/settings.py | |
parent | 66406115f41594ba40e3fbbc6f69aace2d11800f (diff) | |
parent | 63923aee24a5f605961821ea31e64213f885db74 (diff) | |
download | genenetwork3-0cfcea15c56e4ccd4379599076aabd13715cd873.tar.gz |
Merge branch 'main' of github.com:genenetwork/genenetwork3
Diffstat (limited to 'gn3/settings.py')
-rw-r--r-- | gn3/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 0ac6698..c945fbf 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -13,6 +13,9 @@ REDIS_JOB_QUEUE = "GN3::job-queue" TMPDIR = os.environ.get("TMPDIR", tempfile.gettempdir()) RQTL_WRAPPER = "rqtl_wrapper.R" +# SPARQL endpoint +SPARQL_ENDPOINT = "http://localhost:8891/sparql" + # SQL confs SQL_URI = os.environ.get( "SQL_URI", "mysql://webqtlout:webqtlout@localhost/db_webqtl") |