adds ability to disable anonymous users

This commit is contained in:
Florent Vilmart
2016-02-15 22:44:41 -05:00
parent 2570899272
commit c0bd5d2036
5 changed files with 25 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ function Config(applicationId, mount) {
this.restAPIKey = cacheInfo.restAPIKey;
this.fileKey = cacheInfo.fileKey;
this.facebookAppIds = cacheInfo.facebookAppIds;
this.enableAnonymousUsers = cacheInfo.enableAnonymousUsers;
this.database = DatabaseAdapter.getDatabaseConnection(applicationId);
this.filesController = cacheInfo.filesController;