diff options
author | zsloan | 2022-01-14 18:22:32 +0000 |
---|---|---|
committer | zsloan | 2022-01-14 18:22:32 +0000 |
commit | 68ac19153b128f60b660e11365e5fd4304c95300 (patch) | |
tree | 198e03522af43a2d41f3c02cf3785bcfd4635fc4 /etc/default_settings.py | |
parent | f588ad96ae5045499860fa6e2740e101ad4410d7 (diff) | |
parent | 9ab0c3b6cc146e1711f1478242d4198eed720e4c (diff) | |
download | genenetwork2-68ac19153b128f60b660e11365e5fd4304c95300.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into feature/add_rqtl_pairscan
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r-- | etc/default_settings.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index a194b10e..8636f4db 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -25,7 +25,12 @@ import os import sys GN_VERSION = open("../etc/VERSION", "r").read() -GN_SERVER_URL = "http://localhost:8880/" # REST API server + +# Redis +REDIS_URL = "redis://:@localhost:6379/0" + +# gn2-proxy +GN2_PROXY = "http://localhost:8080" # ---- MySQL |