github.com/nats-io/nats-server/v2@v2.11.0-preview.2/server/configs/reload/srv_a_3.conf (about) 1 # Cluster Server A 2 3 listen: 127.0.0.1:-1 4 5 cluster { 6 listen: 127.0.0.1:7244 7 name: "abc" 8 9 routes = [ 10 nats-route://127.0.0.1:7247 # Remove srv b route and add srv c 11 ] 12 } 13 14 no_sys_acc: true