Split up userAdd and sendInvite mailer calls

This commit is contained in:
Johannes Zellner
2016-01-18 16:11:00 +01:00
parent 46878e4363
commit c5b8b0e3db
5 changed files with 25 additions and 9 deletions

View File

@@ -100,6 +100,7 @@ function initConfig() {
name: 'boxtest'
};
data.token = 'APPSTORE_TOKEN';
data.adminEmail = 'test@cloudron.foo';
} else {
assert(false, 'Unknown environment. This should not happen!');
}