mirror of
https://github.com/status-im/consul.git
synced 2025-02-07 19:35:35 +00:00
This has the biggest impact on enterprise test cases that use namespaced registrations, which prior to this change sometimes failed the initial registration because the namespace was not yet created.
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
|
|
} |