graphdb: Update api usage for 10.x

This commit updates the usage of the GraphDB API for version 10.0 or
later.
This commit is contained in:
Tom Wiesing 2022-07-11 15:29:07 +02:00
parent 07755aacf5
commit 18c4957e30
No known key found for this signature in database
5 changed files with 9 additions and 9 deletions

View file

@ -4,5 +4,6 @@
"ROLE_USER",
"READ_REPO_${GRAPHDB_REPO}",
"WRITE_REPO_${GRAPHDB_REPO}"
]
],
"password": "${GRAPHDB_PASSWORD}"
}