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

Merge pull request #142 from nats-io/aricart-patch-2

updated file path to match existing nkeys layout.
This commit is contained in:
Ginger Collison 2020-08-18 10:03:25 -05:00 committed by GitHub
commit 2c9b2f91fc
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: To test the configuration, simply use one of the standard tools:
```text ```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' Published [hello] : 'world'
``` ```