diff options
Diffstat (limited to 'README.md')
-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: |