mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
24 lines
299 B
HCL
24 lines
299 B
HCL
config_entries {
|
|
bootstrap {
|
|
kind = "service-defaults"
|
|
name = "s2"
|
|
|
|
protocol = "http"
|
|
|
|
mesh_gateway {
|
|
mode = "none"
|
|
}
|
|
}
|
|
|
|
bootstrap {
|
|
kind = "service-resolver"
|
|
name = "s2"
|
|
|
|
failover = {
|
|
"*" = {
|
|
datacenters = ["secondary"]
|
|
}
|
|
}
|
|
}
|
|
}
|