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

Add explicit account server URL to nsc push step

This commit is contained in:
Byron Ruth 2020-12-31 15:02:48 -05:00 committed by GitHub
parent 305049e401
commit 6a9e63315a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]
```