This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/consul-client/templates/config-client.json.j2

10 lines
300 B
Plaintext
Raw Normal View History

2020-01-24 18:01:59 +08:00
{
"server" : false,
"datacenter" : "{{ consul.datacenter }}",
2020-11-12 22:56:55 +06:00
"data_dir" : "/var/consul-client",
2020-01-24 18:01:59 +08:00
"encrypt" : "{{ consul.dckey }}",
"disable_update_check" : true,
2020-11-12 22:56:55 +06:00
"retry_join" : ["{{ consul.cluster_ip[0] }}","{{ consul.cluster_ip[1]}}","{{ consul.cluster_ip[2] }}"],
2020-01-24 18:01:59 +08:00
"retry_interval" : "10s"
}