diff options
author | Munyoki Kilyungi | 2024-09-20 16:58:04 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-09-23 12:32:51 +0300 |
commit | ff5da753e00bb0bdb5f5adf6fbe0ef52bfb3cc46 (patch) | |
tree | a8ace4bb6302fcaef270d3f39e7ef0d97edb3933 | |
parent | 580ef65751106ededb75385e0590f1123893fc8d (diff) | |
download | genenetwork3-ff5da753e00bb0bdb5f5adf6fbe0ef52bfb3cc46.tar.gz |
Update docs to use default virtuoso ports.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |