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

updated file path to match existing nkeys layout.

This commit is contained in:
Alberto Ricart 2020-08-18 09:13:12 -05:00 committed by GitHub
parent f721dd64aa
commit 53ed47faf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ You can then [test it](mem_resolver.md#testing-the-configuration).
To test the configuration, simply use one of the standard tools:
```text
> nats-pub -creds ~/.nkeys/memory/accounts/A/users/TA.creds hello world
> nats-pub -creds ~/.nkeys/creds/memory/accounts/A/TA.creds hello world
Published [hello] : 'world'
```