Updates to Readme and File cleanup
This commit is contained in:
parent
35745a89ec
commit
5aa2feff7b
3 changed files with 12 additions and 77 deletions
|
|
@ -10,7 +10,6 @@ Meteor.startup(async () => {
|
|||
await Roles.createRoleAsync("user", { unlessExists: true });
|
||||
await Roles.createRoleAsync("systemadmin", { unlessExists: true });
|
||||
await Roles.createRoleAsync("tenantadmin", { unlessExists: true });
|
||||
await Roles.createRoleAsync("shareadmin", { unlessExists: true });
|
||||
|
||||
// set the systemconfig defaults for registration
|
||||
// check if this has already been run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue