summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2021-08-31 10:18:57 +0200
committerPjotr Prins2021-08-31 10:18:57 +0200
commit21a5571d9f2eb2052319946e2d737984acabfda1 (patch)
treeff1c935f802e9dc92d9732fafc53bef78ae0b919 /topics/systems
parentf865fe4513fcc02b63798e90d7bb095a12a4cd46 (diff)
downloadgn-gemtext-21a5571d9f2eb2052319946e2d737984acabfda1.tar.gz
virtuoso: remove password to avoid confusion
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/virtuoso.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi
index d6b8b02..187f961 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -69,7 +69,7 @@ curl -v --digest --user dba:password --verbose --url -G http://localhost:28890/s
Next update the graph with
```
-curl -v -X PUT --digest -u dba:a-h9tlenHTill -H Content-Type:text/turtle -T test/data/biohackrxiv.ttl -G http://localhost:28890/sparql-graph-crud-auth --data-urlencode graph=https://BioHackrXiv.org/graph
+curl -v -X PUT --digest -u dba:password -H Content-Type:text/turtle -T test/data/biohackrxiv.ttl -G http://localhost:28890/sparql-graph-crud-auth --data-urlencode graph=https://BioHackrXiv.org/graph
```
Where BioHackrXiv is the name of the graph (in this example). A python version can be found in