diff --git a/src/js/client.js b/src/js/client.js index 34d62d07c..4abf4aff6 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -344,6 +344,13 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout this._config.apiServerOrigin = '<%= appstore.apiOrigin %>'; <% } -%> + // => This is just for easier testing + // this._config.features.userMaxCount = 3; + // this._config.features.externalLdap = false; + // this._config.features.eventLog = false; + // this._config.features.privateDockerRegistry = false; + // this._config.features.branding = false; + this._configListener.forEach(function (callback) { callback(that._config); });