We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6629a1 commit f65f85bCopy full SHA for f65f85b
deploy/docker/README.md
@@ -47,9 +47,12 @@ Image can be configured by setting environment variables.
47
| `LOWCODER_WORKSPACE_MODE` | SAAS to activate, ENTERPRISE to switch off - Workspaces | `SAAS` |
48
| `LOWCODER_EMAIL_SIGNUP_ENABLED` | Control if users create their own Workspace automatic when Sign Up | `true` |
49
| `LOWCODER_EMAIL_AUTH_ENABLED` | Control to show the eMail Login after Admin user is set | `true` |
50
+| `LOWCODER_CREATE_WORKSPACE_ON_SIGNUP` | IF LOWCODER_WORKSPACE_MODE = SAAS, controls if a own workspace is created for the user after sign up | `true` |
51
| `LOWCODER_MARKETPLACE_PRIVATE_MODE` | Control if not to show Apps on the local Marketplace to anonymous users | `true` |
52
53
54
+
55
56
## Building api-service image
57
58
Standalone Lowcoder api-service image.
0 commit comments