mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-11 08:51:21 -07:00
21 lines
301 B
Plaintext
21 lines
301 B
Plaintext
# Cluster Server A
|
|
|
|
listen: 127.0.0.1:7222
|
|
|
|
authorization {
|
|
user: user
|
|
password: foo
|
|
timeout: 2
|
|
}
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:7244
|
|
|
|
authorization {
|
|
user: ruser
|
|
# bcrypt version of 'bar'
|
|
password: $2a$10$LoRPzN3GtF2pNX5QgCBBHeUr6/zVN./RVGOu5U8SpHyg2sfzvfXji
|
|
timeout: 5
|
|
}
|
|
}
|