github.com/nats-io/nats-server/v2@v2.11.0-preview.2/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