diff --git a/reference/configuration/options.md b/reference/configuration/options.md index fc7cdb20..ad8a59a6 100644 --- a/reference/configuration/options.md +++ b/reference/configuration/options.md @@ -104,6 +104,7 @@ operationsApi: privateKey: ~/hdb/keys/privateKey.pem ``` +- `componentFile.maxSize` — Maximum file size in bytes returned by `get_component_file`. Requests for files larger than this limit are rejected with HTTP 413. _Default_: `5242880` (5 MB) - `network.cors` / `network.corsAccessList` — CORS settings - `network.domainSocket` — Unix socket path for CLI communication; _Default_: `/hdb/operations-server` - `network.headersTimeout` / `network.keepAliveTimeout` / `network.timeout` — Timeout settings (ms)