Files
nats-server/server/configs/gws.conf
Ivan Kozlovic 086b26f14a Gateways: Ignore reference to self
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>
2018-11-28 14:24:28 -07:00

11 lines
147 B
Plaintext

gateways [
{
name: "A"
url: "nats://127.0.0.1:5227"
}
{
name: "B"
url: "nats://127.0.0.1:5228"
}
]