github.com/nats-io/nats-server/v2@v2.11.0-preview.2/test/configs/new_cluster.conf (about) 1 # New Cluster config file 2 3 listen: 127.0.0.1:5343 4 5 cluster { 6 listen: 127.0.0.1:5344 7 name: xyz 8 9 # Routes are actively solicited and connected to from this server. 10 # Other servers can connect to us if they supply the correct credentials 11 # in their routes definitions from above. 12 13 routes = [ 14 nats-route://127.0.0.1:5345 15 nats-route://127.0.0.1:5346 16 ] 17 } 18 19 no_sys_acc: true