mirror of https://github.com/status-im/consul.git
7 lines
116 B
HCL
7 lines
116 B
HCL
|
services {
|
||
|
name = "s4"
|
||
|
|
||
|
// EDS cannot resolve localhost to an IP address
|
||
|
address = "localhost"
|
||
|
port = 8382
|
||
|
}
|