diff options
author | Munyoki Kilyungi | 2024-09-20 16:57:34 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-23 12:32:51 +0300 |
commit | 580ef65751106ededb75385e0590f1123893fc8d (patch) | |
tree | 0577826f75ccacf26f25b1790eeb7dc2f4a782ed | |
parent | f55e7ec4cb7cffbe62a7a81612884e590a82dfa6 (diff) | |
download | genenetwork3-580ef65751106ededb75385e0590f1123893fc8d.tar.gz |
Update docs on how to use SPARQL default ports.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,8 +137,8 @@ All of GN3's secret parameters are found inside the "GN3_SECRETS". This file sh ``` SPARQL_USER = "XXX" SPARQL_PASSWORD = "XXXXXXXXXX" -SPARQL_AUTH_URI="http://localhost:9082/sparql-auth/" -SPARQL_CRUD_AUTH_URI="http://localhost:9082/sparql-graph-crud-auth" +SPARQL_AUTH_URI="http://localhost:8890/sparql-auth/" +SPARQL_CRUD_AUTH_URI="http://localhost:8890/sparql-graph-crud-auth" FAHAMU_AUTH_TOKEN="XXXXXX" ``` |