From 6a9e63315a6421d1580579aabffdc76f33bde62b Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Thu, 31 Dec 2020 15:02:48 -0500 Subject: [PATCH] Add explicit account server URL to `nsc push` step --- nats-tools/nas/dir_store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nas/dir_store.md b/nats-tools/nas/dir_store.md index 0647597..373fe65 100644 --- a/nats-tools/nas/dir_store.md +++ b/nats-tools/nas/dir_store.md @@ -63,7 +63,7 @@ Success! - added account "B" With the account and a couple of users in place, let's push all the accounts to the nats-account-server: ```text -> nsc push -A +> nsc push -u http://localhost:9090/jwt/v1/ -A successfully pushed all accounts [A,B] ```