scottslowe-learning-tools/consul/consul/server.json
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

9 lines
No EOL
210 B
JSON

{
"bootstrap": false,
"server": true,
"datacenter": "dc1",
"data_dir": "/var/consul",
"log_level": "INFO",
"enable_syslog": true,
"start_join": ["192.168.100.101", "192.168.100.102", "192.168.100.103"]
}