mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-13 17:58:00 -07:00
12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
# Cluster Server A
|
|
|
|
listen: 127.0.0.1:-1
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:7244
|
|
|
|
routes = [
|
|
nats-route://tyler:foo@127.0.0.1:7246 # Use route credentials
|
|
]
|
|
}
|