Add userRoles and userGroups comment for override

This commit is contained in:
Johannes Zellner
2021-01-14 16:48:41 +01:00
parent 8392642f5f
commit 7f3eae23a1

View File

@@ -469,6 +469,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
// => This is just for easier testing
// this._config.features.userMaxCount = 5;
// this._config.features.userRoles = false;
// this._config.features.userGroups = false;
// this._config.features.domainMaxCount = 1;
// this._config.features.externalLdap = false;
// this._config.features.privateDockerRegistry = false;