scottslowe-learning-tools/consul/bootstrap.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

8 lines
No EOL
128 B
JSON

{
"bootstrap": true,
"server": true,
"datacenter": "dc1",
"data_dir": "/tmp",
"log_level": "INFO",
"enable_syslog": true
}