From 1060cee060c51b75b405c851e1847993ef7d6b1f Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 1 Oct 2024 08:39:56 +0300 Subject: Move sparql-auth URIs to gn3-conf in documentation. We want to strictly keep secrets in the secret file. Signed-off-by: Munyoki Kilyungi --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be8d3b9..6ea9ad7 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ These configurations should be set in an external config file, pointed to with t - SPARQL_ENDPOINT (ex: "http://localhost:9082/sparql") - XAPIAN_DB_PATH (ex: "/export/data/genenetwork/xapian") +- SPARQL_AUTH_URI (ex: "http://localhost:8890/sparql-auth/") +- SPARQL_CRUD_AUTH_URI (ex: "http://localhost:8890/sparql-graph-crud-auth") - TMPDIR - SPARQL_USER - SPARQL_ENDPOINT (ex: "http://localhost:9082/sparql-auth/") @@ -137,13 +139,9 @@ All of GN3's secret parameters are found inside the "GN3_SECRETS". This file sh ``` 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" ``` -Note: The sparql configurations are important for running tests I.e. `pytest -k rdf`. - ### Setting up Virtuoso for Local Development GN3 uses Virtuoso to: -- cgit v1.2.3