mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 02:07:59 -07:00
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
# Cluster Server A
|
|
|
|
listen: 127.0.0.1:-1
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:7244
|
|
|
|
routes = [
|
|
nats-route://127.0.0.1:7247 # Remove srv b route and add srv c
|
|
]
|
|
}
|