1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #135 from nats-io/use-static-routes-in-conf

Update STAN ft docs to use static NATS routes
This commit is contained in:
Ginger Collison 2020-07-28 12:02:46 -05:00 committed by GitHub
commit 543d572f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,9 @@ data:
cluster { cluster {
port: 6222 port: 6222
routes [ routes [
nats://stan:6222 nats://stan-0.stan:6222
nats://stan-1.stan:6222
nats://stan-2.stan:6222
] ]
cluster_advertise: $CLUSTER_ADVERTISE cluster_advertise: $CLUSTER_ADVERTISE
connect_retries: 10 connect_retries: 10