github.com/nats-io/nats-server/v2@v2.11.0-preview.2/server/configs/srv_a.conf (about) 1 # Cluster Server A 2 3 listen: 127.0.0.1:7222 4 5 cluster { 6 listen: 127.0.0.1:7244 7 name: "abc" 8 9 authorization { 10 user: ruser 11 password: top_secret 12 timeout: 0.5 13 } 14 15 # Routes are actively solicited and connected to from this server. 16 # Other servers can connect to us if they supply the correct credentials 17 # in their routes definitions from above. 18 19 routes = [ 20 nats-route://ruser:top_secret@127.0.0.1:7246 21 ] 22 }