Files
nats-server/test/configs/auth_seed.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

18 lines
191 B
Plaintext

# Cluster Seed Node
listen: 127.0.0.1:5222
http: 8222
cluster {
listen: 127.0.0.1:4248
authorization {
user: ruser
password: T0PS3cr3T!
timeout: 1
}
}
no_sys_acc: true