forked from Deuxfleurs/infrastructure
24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"data_dir": "/var/lib/consul",
|
|
"bind_addr": "[::]",
|
|
"advertise_addr": "2001:41d0:8:ba0b::1",
|
|
"addresses": {
|
|
"dns": "[::]",
|
|
"http": "[::]",
|
|
"grpc": "[::]"
|
|
},
|
|
"bootstrap_expect": 1,
|
|
"server": true,
|
|
"ui_config": {
|
|
"enabled": true
|
|
},
|
|
"ports": {
|
|
"dns": 53,
|
|
"grpc": 8502
|
|
},
|
|
"encrypt": "2B2vxbfCRzu3Q29LEJAZBg==",
|
|
"domain": "hammerhead.deuxfleurs.fr",
|
|
"connect": {
|
|
"enabled": true
|
|
}
|
|
}
|