log_level | The level of logging output. | debug, info, warning, error, fatal | 
pretty_logging | Whether to write logs in an colorized, human-friendly format. | true, false | 
qdb_addr | the address of the QDB server | Any valid address | 
host | The host address the coordinator listens on. | Any valid hostname | 
coordinator_port | The port number for the coordinator. | Any valid port number | 
grpc_api_port | The port number for the gRPC API. | Any valid port number | 
auth | See auth.mdx | Object of AuthCfg | 
frontend_tls | See auth.mdx | Object of TLSConfig | 
frontend_rules | The rules for frontend connections. | List of FrontendRule | 
use_systemd_notifier | Whether to use systemd notifier. | true, false | 
systemd_notifier_debug | Whether to run systemd notifier in debug mode. | true, false | 
enable_role_system | Whether to enable the role-based access control system. | true, false | 
roles_file | The file path to the roles configuration. | Any valid file path |