18 lines
257 B
HCL
Raw Normal View History

config_entries {
bootstrap {
kind = "terminating-gateway"
name = "terminating-gateway"
services = [
{
name = "s4"
}
]
}
2020-12-16 15:09:55 +08:00
bootstrap {
kind = "service-defaults"
name = "s4"
protocol = "http"
}
}