mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Allows the use of a global include for all gateways and each gateway will ignore its own reference. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
gateways [
|
|
{
|
|
name: "A"
|
|
url: "nats://127.0.0.1:5227"
|
|
}
|
|
{
|
|
name: "B"
|
|
url: "nats://127.0.0.1:5228"
|
|
}
|
|
]
|