mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
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>
18 lines
191 B
Plaintext
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
|