Improves AdapterLoader, enforces configuraiton on Adapters

This commit is contained in:
Florent Vilmart
2016-02-23 21:05:27 -05:00
parent 8dc37b9d30
commit 0b307bc22f
17 changed files with 176 additions and 109 deletions

View File

@@ -24,8 +24,8 @@ export class Config {
this.allowClientClassCreation = cacheInfo.allowClientClassCreation;
this.database = DatabaseAdapter.getDatabaseConnection(applicationId, cacheInfo.collectionPrefix);
this.mailController = cacheInfo.mailController;
this.verifyUserEmails = cacheInfo.verifyUserEmails;
this.emailAdapter = cacheInfo.emailAdapter;
this.appName = cacheInfo.appName;
this.hooksController = cacheInfo.hooksController;