Cannot use Infinity
This commit is contained in:
@@ -135,7 +135,7 @@ function getConfig(callback) {
|
||||
cloudronName: allSettings[settings.CLOUDRON_NAME_KEY],
|
||||
footer: allSettings[settings.FOOTER_KEY],
|
||||
features: {
|
||||
userMaxCount: Infinity,
|
||||
userMaxCount: null, // Infinity does not translate in JSON
|
||||
externalLdap: true,
|
||||
eventLog: true,
|
||||
privateDockerRegistry: true,
|
||||
|
||||
Reference in New Issue
Block a user