mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
# New Cluster config file
|
|
|
|
listen: 127.0.0.1:5343
|
|
|
|
cluster {
|
|
#nkey: CBSMNSOLVGFSP62Q2VD24KQIQXIVG2XVKSHE4DL7KKNN55MUYQKMDCHZ
|
|
listen: 127.0.0.1:5344
|
|
|
|
# Routes are actively solicited and connected to from this server.
|
|
# Other servers can connect to us if they supply the correct credentials
|
|
# in their routes definitions from above.
|
|
|
|
routes = [
|
|
nats-route://127.0.0.1:5345
|
|
nats-route://127.0.0.1:5346
|
|
]
|
|
}
|