Zum Hauptinhalt springen

Controller

Configuration

The section in the configuration file is called controller.

FieldTypeRequiredDefault valueDescription
domainstringyes-The host and optional port of the controller in the format host[:port]
insecureboolnofalsetrue to disable transport security to the controller
upload_chunk_sizeintno5242880The size for each chunk on upload. Expected the value to lie inbetween 5 MiB and 5 GiB. The value is represented in Bytes. (Default: 5 MiB)

Example

[controller]
domain = "localhost:11311"
insecure = true
upload_chunk_size = 10485760 # 10 MiB