高可用 | Orchestrator配置文件解释(八)

1、配置文件解释

Debug                                      bool   // 是否运行在debug模式下 ,输出更详细 。在命令行中使用 --debug 是一样的效果
EnableSyslog                               bool   // 是否将日志输出到系统日志
ListenAddress                              string // Orchestrator监听的TCP端口
ListenSocket                               string // Orchestrator HTTP 监听 unix 套接字的位置(默认值:空;指定时,TCP 被禁用)
HTTPAdvertise                              string // optional, for raft setups, what is the HTTP address this node will advertise to its peers (potentially use where behind NAT or when rerouting ports; example: "http://11.22.33.44:3030")
AgentsServerPort                           string // port orchestrator agents talk back to
MySQLTopologyUser                          strin

你可能感兴趣的:(Orchestrator,mysql)