Browse Source

Added RBAC to example JSON. (#2951)

pull/2960/head
Todd Martin 3 years ago committed by GitHub
parent
commit
5b27800c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      dev/secrets.json.example

9
dev/secrets.json.example

@ -1,6 +1,13 @@ @@ -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…
Cancel
Save