diff options
author | Frederick Muriuki Muriithi | 2021-09-25 05:22:23 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-09-25 05:22:23 +0300 |
commit | 62f26b901e49effb0105e517093fd873815c470c (patch) | |
tree | bc6c160f87fa2288c6bde5099f5c499c0ebc75b9 /etc | |
parent | 82a2480dd4ffd74f54334ff9a2d4eed8272daa47 (diff) | |
download | genenetwork2-62f26b901e49effb0105e517093fd873815c470c.tar.gz |
Remove hard-coded URL; use configured URL
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* etc/default_settings.py: remove duplicate configuration variable
* wqflask/wqflask/collect.py: use the configured url for the API
server
Use the configured URL rather that the hard-coded URL that was used
for testing out the clustered heatmap generation.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index a194b10e..023aa53b 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -25,7 +25,6 @@ import os import sys GN_VERSION = open("../etc/VERSION", "r").read() -GN_SERVER_URL = "http://localhost:8880/" # REST API server # ---- MySQL |