mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
# Cluster Server B
|
|
|
|
listen: 127.0.0.1:-1
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:7246
|
|
|
|
# Enable route authorization.
|
|
authorization {
|
|
user: tyler
|
|
password: foo
|
|
}
|
|
}
|