@@ -32,7 +32,6 @@ Image can be configured by setting environment variables.
3232| ` PGID ` | ID of group of the user running services. | ` 9001 ` |
3333| ` MONGODB_URL ` | Mongo database connection string | ` mongodb://localhost:27017/lowcoder?authSource=admin ` |
3434| ` REDIS_URL ` | Redis server URL | ` redis://localhost:6379 ` |
35- | ` ENABLE_USER_SIGN_UP ` | Enable registration of new users | ` true ` |
3635| ` ENCRYPTION_PASSWORD ` | Encryption password | ` lowcoder.org ` |
3736| ` ENCRYPTION_SALT ` | Salt used for encrypting password | ` lowcoder.org ` |
3837| ` CORS_ALLOWED_DOMAINS ` | CORS allowed domains | ` * ` |
@@ -45,6 +44,9 @@ Image can be configured by setting environment variables.
4544| ` DEFAULT_ORG_GROUP_COUNT ` | Default maximum groups per organization | ` 100 ` |
4645| ` DEFAULT_ORG_APP_COUNT ` | Default maximum applications per organization | ` 1000 ` |
4746| ` DEFAULT_DEVELOPER_COUNT ` | Default maximum developers | ` 100 ` |
47+ | ` COMMON_WORKSPACE_MODE ` | SAAS to activate, ENTERPRISE to switch off - Workspaces | ` SAAS ` |
48+ | ` ENABLE_USER_SIGN_UP ` | Control if users create their own Workspace automatic when Sign Up | ` true ` |
49+ | ` AUTH_EMAIL_ENABLE ` | Control to show the eMail Login after Admin user is set | ` true ` |
4850
4951
5052## Building api-service image
@@ -80,8 +82,9 @@ Image can be configured by setting environment variables.
8082| ` DEFAULT_DEVELOPER_COUNT ` | Default maximum developers | ` 100 ` |
8183| ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
8284| ` LOWCODER_MAX_REQUEST_SIZE ` | Lowcoder max request size | ` 20m ` |
83-
84-
85+ | ` COMMON_WORKSPACE_MODE ` | SAAS to activate, ENTERPRISE to switch off - Workspaces | ` SAAS ` |
86+ | ` ENABLE_USER_SIGN_UP ` | Control is users can create their own Workspace when Sign Up | ` true ` |
87+ | ` AUTH_EMAIL_ENABLE ` | Control to show the eMail Login after Admin user is set | ` true ` |
8588
8689## Building node-service image
8790
0 commit comments