# HTTP Server Properties

## `basePath` (string)

Any additional base URL path in addition to the default /data/ base URL path

Default: `""`

Examples: `"/my/custom/path"`, `"/"`

## `requestMaxBodySize` (integer)

Controls the maximum request body size. The value specifies the number of bytes

Default: `100000`

Example: `100000`

Additional restrictions:

* Minimum: `1`
* Maximum: `512000`
