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

PR comment

This commit is contained in:
Stephen Asbury 2019-09-23 13:10:51 -07:00
parent 9b801cf14a
commit 535fd62992

View File

@ -22,7 +22,7 @@ Lets run through the process of creating some identities and JWTs and work th
## The NSC Environment
By default JWTs are written to `~/.nsc` and secrets to `~/.nkeys`. `nsc` also tracks a value called the "stores directory". This directory is the one that contains the operators you are currently working with. By default the stores directory is `~/.nsc/nats` but you can switch it to another folder if you want to separate JWTs for use in a revision control system, or co-locate them with a project, etc...
By default JWTs are written to ~/.nsc and secrets to ~/.nkeys. nsc also tracks a value called the "stores directory". This directory contains the operators you are currently working with. By default the stores directory is ~/.nsc/nats but you can switch it to another folder if you want to separate JWTs for use in a revision control system, or co-locate them with a project, etc..
To see the current NSC environment use the command `nsc env`: