scottslowe-learning-tools/consul-docker-registrator/server.json
Scott Lowe 0937a73e12 Update README, fix Consul datacenter
Remove reference to non-default data center name in Consul config
file. Update README.md with new instructions.
2015-03-04 13:59:18 -07:00

10 lines
No EOL
235 B
JSON

{
"bootstrap_expect": 3,
"server": true,
"datacenter": "dc1",
"data_dir": "/var/consul",
"log_level": "INFO",
"enable_syslog": false,
"retry_join": ["192.168.1.101", "192.168.1.102", "192.168.1.103"],
"client_addr": "0.0.0.0"
}