github.com/nats-io/nats-server/v2@v2.11.0-preview.2/server/configs/listen.conf (about)

     1  # Test all permutations of listen address parsing, client, cluster and http.
     2  
     3  listen: 10.0.1.22:4422
     4  
     5  http: 127.0.0.1:8422
     6  https: 127.0.0.1:9443
     7  
     8  cluster {
     9    listen: 127.0.0.1:4244
    10    name: "abc"
    11  }