mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
15 lines
201 B
HCL
15 lines
201 B
HCL
enable_central_service_config = true
|
|
|
|
config_entries {
|
|
bootstrap {
|
|
kind = "terminating-gateway"
|
|
name = "terminating-gateway"
|
|
|
|
services = [
|
|
{
|
|
name = "s2"
|
|
}
|
|
]
|
|
}
|
|
}
|