mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 13:56:51 +00:00
docs: add DB_QUERY_LIMIT_DEFAULT env variable
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -153,6 +153,7 @@ And connection params for this database can be specified in `NC_DB` environment
|
||||
| NC_BACKEND_URL | No | Custom Backend URL | ``http://localhost:8080`` will be used |
|
||||
| NC_REQUEST_BODY_SIZE | No | Request body size [limit](https://expressjs.com/en/resources/middleware/body-parser.html#limit) | `1048576` |
|
||||
| NC_EXPORT_MAX_TIMEOUT | No | After NC_EXPORT_MAX_TIMEOUT csv gets downloaded in batches | Default value 5000(in millisecond) will be used |
|
||||
| DB_QUERY_LIMIT_DEFAULT | No | Default pagination limit | 25 |
|
||||
| DB_QUERY_LIMIT_MAX | No | Maximum allowed pagination limit | 100 |
|
||||
| DB_QUERY_LIMIT_MIN | No | Minimum allowed pagination limit | 1 |
|
||||
| NC_DISABLE_TELE | No | Disable telemetry | |
|
||||
|
||||
Reference in New Issue
Block a user