From 535fd62992de6c9756b76ae0b24b613669fbe308 Mon Sep 17 00:00:00 2001 From: Stephen Asbury Date: Mon, 23 Sep 2019 13:10:51 -0700 Subject: [PATCH] PR comment --- nats_tools/nsc/nsc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats_tools/nsc/nsc.md b/nats_tools/nsc/nsc.md index 8a7e720..622a22f 100644 --- a/nats_tools/nsc/nsc.md +++ b/nats_tools/nsc/nsc.md @@ -22,7 +22,7 @@ Let’s 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`: