Skip to main content

types.APIConfig

auth object

Auth configures authentication for the API

tokenstring
listen_addrstring

Listen address - defaults to localhost:9010 Empty string disables the API server

types.APIConfig
{
"auth": {
"token": "string"
},
"listen_addr": "string"
}