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>
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
listen: "127.0.0.1:-1"
|
|
gateway {
|
|
name: "A"
|
|
listen: "127.0.0.1:5227"
|
|
include 'gws.conf'
|
|
}
|