The SPQR Coordinator configuration can be specified in JSON, TOML, or YAML format. The configuration file passing as a parameter to run command:

spqr-coordinator run --config ./examples/coordinator.yaml

Refer to the pkg/config/coordinator.go file for the most up-to-date configuration options.

Coordinator Settings

SettingDescriptionPossible Values
log_level The level of logging output.debug, info, warning, error, fatal
qdb_addrthe address of the QDB serverAny valid address
hostThe host address the coordinator listens on.Any valid hostname
coordinator_portThe port number for the coordinator.Any valid port number
grpc_api_portThe port number for the gRPC API.Any valid port number
authSee auth.mdxObject of AuthCfg
frontend_tlsSee auth.mdxObject of TLSConfig
use_systemd_notifierWhether to use systemd notifier.true, false
systemd_notifier_debugWhether to run systemd notifier in debug mode.true, false

Was this page helpful?