get.pme.sh/pnats@v0.0.0-20240304004023-26bb5a137ed0/server/configs/reload/srv_b_2.conf (about) 1 # Cluster Server B 2 3 listen: 127.0.0.1:-1 4 5 cluster { 6 listen: 127.0.0.1:7246 7 name: "abc" 8 9 # Enable route authorization. 10 authorization { 11 user: tyler 12 password: foo 13 } 14 } 15 16 no_sys_acc: true