@@ -37,6 +37,7 @@ Image can be configured by setting environment variables.
3737| ` ENCRYPTION_SALT ` | Salt used for encrypting password | ` lowcoder.org ` |
3838| ` CORS_ALLOWED_DOMAINS ` | CORS allowed domains | ` * ` |
3939| ` LOWCODER_MAX_REQUEST_SIZE ` | Lowcoder max request size | ` 20m ` |
40+ | ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
4041| ` LOWCODER_API_SERVICE_URL ` | Lowcoder API service URL | ` http://localhost:8080 ` |
4142| ` LOWCODER_NODE_SERVICE_URL ` | Lowcoder Node service (js executor) URL | ` http://localhost:6060 ` |
4243| ` DEFAULT_ORGS_PER_USER ` | Default maximum organizations per user | ` 100 ` |
@@ -77,6 +78,8 @@ Image can be configured by setting environment variables.
7778| ` DEFAULT_ORG_GROUP_COUNT ` | Default maximum groups per organization | ` 100 ` |
7879| ` DEFAULT_ORG_APP_COUNT ` | Default maximum applications per organization | ` 1000 ` |
7980| ` DEFAULT_DEVELOPER_COUNT ` | Default maximum developers | ` 100 ` |
81+ | ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
82+ | ` LOWCODER_MAX_REQUEST_SIZE ` | Lowcoder max request size | ` 20m ` |
8083
8184
8285
@@ -122,6 +125,7 @@ Image can be configured by setting environment variables.
122125| --------------------------------| --------------------------------------------------------------------| ------------------------------------------------------- |
123126| ` PUID ` | ID of user running services. It will own all created logs and data. | ` 9001 ` |
124127| ` PGID ` | ID of group of the user running services. | ` 9001 ` |
128+ | ` LOWCODER_MAX_QUERY_TIMEOUT ` | Lowcoder max query timeout (in seconds) | ` 120 ` |
125129| ` LOWCODER_MAX_REQUEST_SIZE ` | Lowcoder max request size | ` 20m ` |
126130| ` LOWCODER_API_SERVICE_URL ` | Lowcoder API service URL | ` http://localhost:8080 ` |
127131| ` LOWCODER_NODE_SERVICE_URL ` | Lowcoder Node service (js executor) URL | ` http://localhost:6060 ` |
0 commit comments