9 lines
207 B
JSON
9 lines
207 B
JSON
{
|
|
"username": "${GRAPHDB_USER}",
|
|
"grantedAuthorities": [
|
|
"ROLE_USER",
|
|
"READ_REPO_${GRAPHDB_REPO}",
|
|
"WRITE_REPO_${GRAPHDB_REPO}"
|
|
],
|
|
"password": "${GRAPHDB_PASSWORD}"
|
|
}
|