diff options
author | Munyoki Kilyungi | 2024-10-01 08:39:56 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-10-02 06:59:11 +0300 |
commit | 1060cee060c51b75b405c851e1847993ef7d6b1f (patch) | |
tree | 28ce7d73653501de223e5b1295a8c1f521c1fd0f | |
parent | 28c49467555572a78f41a4a311b12e70806a8dd7 (diff) | |
download | genenetwork3-1060cee060c51b75b405c851e1847993ef7d6b1f.tar.gz |
Move sparql-auth URIs to gn3-conf in documentation.
We want to strictly keep secrets in the secret file.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: |