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:
parent
b53973555e
commit
5b27800c46
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user