aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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: