Files
nats-server/server/configs/gwb.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

7 lines
101 B
Plaintext

listen: "127.0.0.1:-1"
gateway {
name: "B"
listen: "127.0.0.1:5228"
include 'gws.conf'
}