From 5d38b546d3f7d08c9ad496683c0a22fb41b0eda8 Mon Sep 17 00:00:00 2001 From: Coleman McFarland <43583445+dontlaugh@users.noreply.github.com> Date: Sat, 26 Sep 2020 22:58:31 -0400 Subject: [PATCH 1/2] nas_conf.md typo shard -> shared --- nats-tools/nas/nas_conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nas/nas_conf.md b/nats-tools/nas/nas_conf.md index 1190cf3..abe0d09 100644 --- a/nats-tools/nas/nas_conf.md +++ b/nats-tools/nas/nas_conf.md @@ -119,7 +119,7 @@ Let's take a look at the configuration options: | `dir` | Configures a directory as a store. | | `nsc` | Configures an nsc read-only store. The value should be the path to an operator _directory_. Option is mutually exclusive with `dir`. | | `readonly` | If `true`, the store will not accept POST requests. Note that to receive requests, the store must also have `operatorjwtpath` specified as a root option. | -| `shard` | If `true`, JWTs are shared in the store directory. | +| `shared` | If `true`, JWTs are shared in the store directory. | ## `logging` Options From 6bce9cd9a0ec197eecc1aaaca77742ac06c20968 Mon Sep 17 00:00:00 2001 From: Coleman McFarland <43583445+dontlaugh@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:23:36 -0400 Subject: [PATCH 2/2] Update description for store "shard" config option. --- nats-tools/nas/nas_conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/nas/nas_conf.md b/nats-tools/nas/nas_conf.md index abe0d09..05f95d9 100644 --- a/nats-tools/nas/nas_conf.md +++ b/nats-tools/nas/nas_conf.md @@ -119,7 +119,7 @@ Let's take a look at the configuration options: | `dir` | Configures a directory as a store. | | `nsc` | Configures an nsc read-only store. The value should be the path to an operator _directory_. Option is mutually exclusive with `dir`. | | `readonly` | If `true`, the store will not accept POST requests. Note that to receive requests, the store must also have `operatorjwtpath` specified as a root option. | -| `shared` | If `true`, JWTs are shared in the store directory. | +| `shard` | If `true`, JWTs will be stored in multiple sub directories of the store directory. | ## `logging` Options