mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
11 lines
117 B
HCL
11 lines
117 B
HCL
|
services {
|
||
|
name = "s1"
|
||
|
port = 8080
|
||
|
checks = []
|
||
|
connect {
|
||
|
sidecar_service {
|
||
|
checks = []
|
||
|
}
|
||
|
}
|
||
|
}
|