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

nas_conf.md typo

shard -> shared
This commit is contained in:
Coleman McFarland 2020-09-26 22:58:31 -04:00 committed by GitHub
parent 956f892065
commit 5d38b546d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ Let's take a look at the configuration options:
| `dir` | Configures a directory as a store. | | `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`. | | `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. | | `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 ## `logging` Options