scottslowe-learning-tools/consul/server.json
Scott Lowe ba6dcd676a Add initial support for Consul environment in Vagrant
Add initial set of files to support building a Consul cluster in
Vagrant.
2015-02-09 19:21:41 -07:00

9 lines
No EOL
197 B
JSON

{
"bootstrap": false,
"server": true,
"datacenter": "dc1",
"data_dir": "/tmp",
"log_level": "INFO",
"enable_syslog": true,
"start_join": ["192.168.1.101", "192.168.1.102", "192.168.1.103"]
}