1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-31 18:27:49 +01:00

Added RBAC to example JSON. (#2951)

This commit is contained in:
Todd Martin 2023-05-24 16:26:29 -04:00 committed by GitHub
parent b53973555e
commit 5b27800c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,13 @@
{
"adminSettings": {
"admins": "admin@localhost"
"admins": "admin@localhost,owner@localhost,cs@localhost,billing@localhost,sales@localhost",
"role": {
"owner": "owner@localhost",
"admin": "admin@localhost",
"cs": "cs@localhost",
"billing": "billing@localhost",
"sales": "sales@localhost"
}
},
"globalSettings": {
"selfHosted": true,