mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Modify `consul.conf` to force Consul to bind to eth1 instead of eth0. Edit `server.json` to use the correct working directory for Consul, as created by `consul.sh` during provisioning.
9 lines
No EOL
210 B
JSON
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"]
|
|
} |