Files
nats-server/test/configs/srv_b.conf

24 lines
474 B
Plaintext

# Copyright 2012-2016 Apcera Inc. All rights reserved.
# Cluster Server B
listen: 127.0.0.1:4224
cluster {
listen: 127.0.0.1:4246
authorization {
user: ruser
password: top_secret
timeout: 0.5
}
# Routes are actively solicited and connected to from this server.
# Other servers can connect to us if they supply the correct credentials
# in their routes definitions from above.
routes = [
nats-route://ruser:top_secret@127.0.0.1:4244
]
}