mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
23 lines
483 B
Plaintext
23 lines
483 B
Plaintext
# Cluster Seed Node
|
|
|
|
listen: 127.0.0.1:7222
|
|
|
|
http: 127.0.0.1:9222
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:7248
|
|
|
|
tls {
|
|
# Route cert
|
|
cert_file: "../test/configs/certs/server-cert.pem"
|
|
# Private key
|
|
key_file: "../test/configs/certs/server-key.pem"
|
|
# Specified time for handshake to complete
|
|
timeout: 2
|
|
|
|
# Optional certificate authority verifying connected routes
|
|
# Required when we have self-signed CA, etc.
|
|
ca_file: "../test/configs/certs/ca.pem"
|
|
}
|
|
}
|