From e68a52fb00fb760cc1b085aaaeba964471310ad2 Mon Sep 17 00:00:00 2001 From: Matthias Hanel Date: Tue, 29 Jun 2021 19:07:28 -0400 Subject: [PATCH] fixing account in remotes --- jetstream/leafnodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetstream/leafnodes.md b/jetstream/leafnodes.md index 80937ef..3031fa6 100644 --- a/jetstream/leafnodes.md +++ b/jetstream/leafnodes.md @@ -90,8 +90,8 @@ leafnodes { account: "SYS" }, { - urls: ["nats-leaf://rmt:rmt@0.0.0.0:7422"] - account: "RMT" + urls: ["nats-leaf://acc:acc@0.0.0.0:7422"] + account: "ACC" } ] }