Files
nats-server/test/configs/srv_c.conf
Derek Collison 47963303f8 First pass at new cluster design
Signed-off-by: Derek Collison <derek@nats.io>
2018-10-24 21:29:29 -07:00

22 lines
418 B
Plaintext

# Cluster Server C
listen: 127.0.0.1:5226
cluster {
listen: 127.0.0.1:5248
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:5244
]
}