aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-20 16:57:34 +0300
committerBonfaceKilz2024-09-23 12:32:51 +0300
commit580ef65751106ededb75385e0590f1123893fc8d (patch)
tree0577826f75ccacf26f25b1790eeb7dc2f4a782ed
parentf55e7ec4cb7cffbe62a7a81612884e590a82dfa6 (diff)
downloadgenenetwork3-580ef65751106ededb75385e0590f1123893fc8d.tar.gz
Update docs on how to use SPARQL default ports.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8a9b46f..3d5da61 100644
--- a/README.md
+++ b/README.md
@@ -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"
```