wisski-cloud-distillery/factory/resources/templates/graphdb-user.json
2020-06-14 16:37:42 +02:00

8 lines
168 B
JSON

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