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

fixing account in remotes

This commit is contained in:
Matthias Hanel 2021-06-29 19:07:28 -04:00 committed by GitHub
parent 26b10a6d24
commit e68a52fb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,8 +90,8 @@ leafnodes {
account: "SYS" account: "SYS"
}, },
{ {
urls: ["nats-leaf://rmt:rmt@0.0.0.0:7422"] urls: ["nats-leaf://acc:acc@0.0.0.0:7422"]
account: "RMT" account: "ACC"
} }
] ]
} }