From ff5da753e00bb0bdb5f5adf6fbe0ef52bfb3cc46 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 20 Sep 2024 16:58:04 +0300 Subject: Update docs to use default virtuoso ports. Signed-off-by: Munyoki Kilyungi --- README.md | 4 ++-- 1 file 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" -- cgit v1.2.3