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

Update dir_store.md

fixed english
This commit is contained in:
Alberto Ricart 2021-01-05 14:13:30 -06:00 committed by GitHub
parent 95715eaf54
commit 3b868156b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ Generated account key - private key stored "~/.nkeys/AAA/accounts/B/B.nk"
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. If the account jwt server url is not set on the operator, you may want to set it. Note that account servers typically require the path `/jwt/v1` in addition to the protocol and hostport (or you can specify the `--account-jwt-server-url` to nsc's `push` command).
With the account and a couple of users in place, let's push all the accounts to the nats-account-server. If the account jwt server url is not set on the operator, you may want to set it. Note that account servers typically require the path `/jwt/v1` in addition to the protocol and hostport (or you can specify the `--account-jwt-server-url` flag to nsc's `push` command).
```text
nsc edit operator --account-jwt-server-url http://localhost:9090/jwt/v1