mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Rename directory for this project from "consul-docker-registrator" to "docker-swarm" to more accurately reflect the purpose of the files in this directory.
10 lines
No EOL
235 B
JSON
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"
|
|
} |