You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`global.config.encryption.salt`| Encryption salt - CHANGE IT! |`lowcoder.org`|
51
+
|`global.config.apiKeySecret`| API-KEY secret, should be a string of at least 32 random characters - CHANGE IT |`5a41b090758b39b226603177ef48d73ae9839dd458ccb7e66f7e7cc028d5a50b`|
52
+
|`global.config.maxQueryTimeout`| Maximum query timeout in seconds |`120`|
53
+
|`global.config.maxRequestSize`| Maximum request size |`20m`|
54
+
|`global.config.nodeServiceUrl`| URL to node-service server if using external one (disabled by default) ||
55
+
|`global.config.apiServiceUrl`| URL to api-service server if using external one (disabled by default) ||
56
+
|`global.defaults.maxOrgsPerUser`| Maximum allowed organizations per user |`100`|
57
+
|`global.defaults.maxMembersPerOrg`| Maximum allowed members per organization |`1000`|
58
+
|`global.defaults.maxGroupsPerOrg`| Maximum groups allowed per organization |`100`|
59
+
|`global.defaults.maxAppsPerOrg`| Maximum allowed applications per organization |`1000`|
60
+
|`global.defaults.maxDevelopers`| Maximum allowed developer accounts |`100`|
61
+
41
62
### Redis
42
63
43
64
| Name | Description | Value |
@@ -56,32 +77,3 @@ All available parameters can be found in [Bitnami Redis Chart](https://github.co
56
77
57
78
All available parameters can be found in [Bitnami MongoDB Chart](https://github.com/bitnami/charts/tree/main/bitnami/mongodb/#parameters)
0 commit comments