diff --git a/src/appstore.js b/src/appstore.js index 93686dd7f..140f17a20 100644 --- a/src/appstore.js +++ b/src/appstore.js @@ -52,14 +52,12 @@ const NOOP_CALLBACK = function (error) { if (error) debug(error); }; // These are the default options and will be adjusted once a subscription state is obtained // Keep in sync with appstore/routes/cloudrons.js let gFeatures = { - userMaxCount: null, - externalLdap: true, - eventLog: true, - privateDockerRegistry: true, - branding: true, - userManager: true, - multiAdmin: true, - support: true + userMaxCount: 5, + domainMaxCount: 1, + externalLdap: false, + privateDockerRegistry: false, + branding: false, + support: false }; // attempt to load feature cache in case appstore would be down