docs: fix ACL enabled parameter description (#10918)

This commit is contained in:
Luiz Aoqui 2021-07-21 10:05:18 -04:00 committed by GitHub
parent 4d9fa38a5e
commit 0adaaa848c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ acl {
## `acl` Parameters
- `enabled` `(bool: false)` - Specifies if ACL enforcement is enabled. All other
client configuration options depend on this value.
ACL configuration options depend on this value.
- `token_ttl` `(string: "30s")` - Specifies the maximum time-to-live (TTL) for
cached ACL tokens. This does not affect servers, since they do not cache tokens.