mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
# Copyright 2017 Apcera Inc. All rights reserved.
|
|
|
|
# Cluster Server A
|
|
|
|
listen: localhost:-1
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:7244
|
|
|
|
routes = [
|
|
nats-route://tyler:foo@127.0.0.1:7246 # Use route credentials
|
|
]
|
|
}
|