Files
nats-server/test/configs/cluster.conf
2013-07-27 23:50:07 -07:00

27 lines
487 B
Plaintext

# Cluster config file
port: 4242
#net: apcera.me # net interface
cluster {
host: '127.0.0.1'
port: 4244
authorization {
user: route_user
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://foo:bar@apcera.me:4245
nats-route://foo:bar@apcera.me:4246
]
}