Skip to content

Controller

Configuration

The section in the configuration file is called controller.

Field Type Required Default value Description
url string yes - The URL of the Controller
api_key string/ApiKey yes - The API key for the Controllers service API

API Key

The API Key for the Controller can be configured as string (:) or as key/value pair ({id = "", secret = ""})

Example

[controller]
url = "http://localhost8000"
api_key = { "id" = "controller", "secret" = "examplesecret" }