Controller
Configuration
The section in the configuration file is called controller.
| Field | Type | Required | Default value | Description | 
|---|---|---|---|---|
| domain | string | yes | - | The host and optional port of the controller in the format host[:port] | 
| insecure | bool | no | false | trueto disable transport security to the controller | 
Example
[controller]
domain = "localhost:11311"
insecure = true