File: //proc/self/root/etc/consul/config.json
{
"acl": {
"tokens": {
"agent": "5b71b031-5456-ddb8-3fde-6efed26ead5d"
}
},
"bind_addr": "10.16.10.103",
"ca_file": "/etc/ssl/masterhost-ca-bundle.crt",
"cert_file": "/etc/consul/ssl/red40.hs.shared.masterhost.ru.consul.crt.pem",
"client_addr": "10.16.10.103 127.0.0.1",
"data_dir": "/opt/consul",
"datacenter": "Ostankino",
"enable_syslog": true,
"key_file": "/etc/consul/ssl/red40.hs.shared.masterhost.ru.consul.key.pem",
"leave_on_terminate": true,
"log_level": "INFO",
"node_name": "red40.hs.shared.masterhost.ru",
"ports": {
"http": -1,
"https": 8501
},
"rejoin_after_leave": true,
"retry_join": [
"node1.consul.infra.masterhost.ru",
"node2.consul.infra.masterhost.ru",
"node3.consul.infra.masterhost.ru"
],
"verify_incoming": false,
"verify_outgoing": true,
"verify_server_hostname": true
}