Files
nats-server/test/configs/cluster.conf
Derek Collison 2bd7553c71 System Account on by default.
Most of the changes are to turn it off for tests that were watching subscriptions and such.

Signed-off-by: Derek Collison <derek@nats.io>
2020-05-29 17:56:45 -07:00

25 lines
475 B
Plaintext

# Cluster config file
listen: 127.0.0.1:5242
cluster {
listen: 127.0.0.1:5244
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@127.0.0.1:5245
nats-route://foo:bar@127.0.0.1:5246
]
}
no_sys_acc: true