get.pme.sh/pnats@v0.0.0-20240304004023-26bb5a137ed0/test/configs/auth_seed.conf (about) 1 # Cluster Seed Node 2 3 listen: 127.0.0.1:5222 4 5 http: 8222 6 7 cluster { 8 listen: 127.0.0.1:4248 9 name: xyz 10 11 authorization { 12 user: ruser 13 password: T0PS3cr3T! 14 timeout: 1 15 } 16 } 17 18 no_sys_acc: true