Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created February 5, 2020 21:16
Show Gist options
  • Save ripienaar/ad38d068dd7b8fbb9b3f18776ad49d60 to your computer and use it in GitHub Desktop.
Save ripienaar/ad38d068dd7b8fbb9b3f18776ad49d60 to your computer and use it in GitHub Desktop.
broker {
network {
listen_address = "0.0.0.0"
client_port = 4222
client_tls_required = true
peer_port = 5222
peers = [
"nats://p1.example.net:5222"
]
}
}
security {
provider = file
file {
cert = "/...."
key = "/...."
ca = "/...."
cache = "/...."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment