|
|
|
|
@ -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, |
|
|
|
|
|