diff options
author | Munyoki Kilyungi | 2022-11-16 10:59:46 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-11-16 11:01:32 +0300 |
commit | 5ba0c9fee42e3ca0b8e3cc4df38d1e555194a845 (patch) | |
tree | 686c9681e26ae1e492cc8ff0d3a49fed447809e2 /README.md | |
parent | faeafb441d2b6517e7036bbfcc03b2e6b93d8a0c (diff) | |
download | genenetwork2-5ba0c9fee42e3ca0b8e3cc4df38d1e555194a845.tar.gz |
Add SPARQL_ENDPOINT in examples in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,7 @@ env GN2_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \ GENENETWORK_FILES=~/data/gn2_data/ \ GN_PROXY_URL="http://localhost:8080"\ GN3_LOCAL_URL="http://localhost:8081"\ + SPARQL_ENDPOINT=http://localhost:8892/sparql\ ./bin/genenetwork2 ./etc/default_settings.py -gunicorn-dev ``` @@ -182,6 +183,7 @@ env HOME=/home/frederick \ GN2_PROFILE=~/opt/gn2-latest \ GN3_DEV_REPO_PATH=~/genenetwork/genenetwork3 \ SQL_URI="mysql://username:password@host-ip:host-port/db_webqtl" \ + SPARQL_ENDPOINT=http://localhost:8892/sparql\ SERVER_PORT=5001 \ bin/genenetwork2 ../gn2_settings.py \ -cli python3 -m scripts.profile_corrs \ |