aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-20 16:58:04 +0300
committerBonfaceKilz2024-09-23 12:32:51 +0300
commitff5da753e00bb0bdb5f5adf6fbe0ef52bfb3cc46 (patch)
treea8ace4bb6302fcaef270d3f39e7ef0d97edb3933
parent580ef65751106ededb75385e0590f1123893fc8d (diff)
downloadgenenetwork3-ff5da753e00bb0bdb5f5adf6fbe0ef52bfb3cc46.tar.gz
Update docs to use default virtuoso 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 3d5da61..64cfdb0 100644
--- a/README.md
+++ b/README.md
@@ -135,8 +135,8 @@ TMPDIR also needs to be set correctly for the R script(s) because they pass resu
All of GN3's secret parameters are found inside the "GN3_SECRETS". This file should contain the following:
```
-SPARQL_USER = "XXX"
-SPARQL_PASSWORD = "XXXXXXXXXX"
+SPARQL_USER = "dba"
+SPARQL_PASSWORD = "dba"
SPARQL_AUTH_URI="http://localhost:8890/sparql-auth/"
SPARQL_CRUD_AUTH_URI="http://localhost:8890/sparql-graph-crud-auth"
FAHAMU_AUTH_TOKEN="XXXXXX"