# TLS config file # Cert has no IPs listen: localhost:5222 tls { cert_file: "./configs/certs/server_noip.pem" key_file: "./configs/certs/key_noip.pem" timeout: 2 } authorization { user: derek password: porkchop timeout: 1 } cluster { listen: 127.0.0.1:5244 routes = [nats-route://127.0.0.1:5246] }