diff --git a/dev/secrets.json.example b/dev/secrets.json.example index c6e8dcdecd..5c9f901e2e 100644 --- a/dev/secrets.json.example +++ b/dev/secrets.json.example @@ -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,