Updates to Readme and File cleanup

This commit is contained in:
Brian McGonagill 2025-12-06 15:53:33 -06:00
parent 35745a89ec
commit 5aa2feff7b
3 changed files with 12 additions and 77 deletions

View file

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