wisski-cloud-distillery/distillery/resources/templates/repository/graphdb-user.json
Tom Wiesing 18c4957e30
graphdb: Update api usage for 10.x
This commit updates the usage of the GraphDB API for version 10.0 or
later.
2022-07-11 15:49:39 +02:00

9 lines
207 B
JSON

{
"username": "${GRAPHDB_USER}",
"grantedAuthorities": [
"ROLE_USER",
"READ_REPO_${GRAPHDB_REPO}",
"WRITE_REPO_${GRAPHDB_REPO}"
],
"password": "${GRAPHDB_PASSWORD}"
}