File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Image can be configured by setting environment variables.
39
39
| ` LOWCODER_PUBLIC_URL ` | The URL of the public User Interface | ` localhost:3000 ` |
40
40
| ` LOWCODER_MAX_REQUEST_SIZE ` | Lowcoder max request size | ` 20m ` |
41
41
| ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
42
+ | ` LOWCODER_DEFAULT_QUERY_TIMEOUT ` | Lowcoder default query timeout (in seconds) | ` 10 ` |
42
43
| ` LOWCODER_API_RATE_LIMIT ` | Number of max Request per Second | ` 100 ` |
43
44
| ` LOWCODER_API_SERVICE_URL ` | Lowcoder API service URL | ` http://localhost:8080 ` |
44
45
| ` LOWCODER_NODE_SERVICE_URL ` | Lowcoder Node service (js executor) URL | ` http://localhost:6060 ` |
@@ -109,8 +110,9 @@ Image can be configured by setting environment variables.
109
110
| ` LOWCODER_MAX_GROUPS_PER_ORG ` | Default maximum groups per organization | ` 100 ` |
110
111
| ` LOWCODER_MAX_APPS_PER_ORG ` | Default maximum applications per organization | ` 1000 ` |
111
112
| ` LOWCODER_MAX_DEVELOPERS ` | Default maximum developers | ` 100 ` |
112
- | ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
113
113
| ` LOWCODER_MAX_REQUEST_SIZE ` | Lowcoder max request size | ` 20m ` |
114
+ | ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
115
+ | ` LOWCODER_DEFAULT_QUERY_TIMEOUT ` | Lowcoder default query timeout (in seconds) | ` 10 ` |
114
116
| ` LOWCODER_WORKSPACE_MODE ` | SAAS to activate, ENTERPRISE to switch off - Workspaces | ` SAAS ` |
115
117
| ` LOWCODER_EMAIL_SIGNUP_ENABLED ` | Control is users can create their own Workspace when Sign Up | ` true ` |
116
118
| ` LOWCODER_CREATE_WORKSPACE_ON_SIGNUP ` | IF LOWCODER_WORKSPACE_MODE = SAAS, controls if a own workspace is created for the user after sign up | ` true ` |
You can’t perform that action at this time.
0 commit comments