Created
February 5, 2020 21:16
-
-
Save ripienaar/ad38d068dd7b8fbb9b3f18776ad49d60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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