1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Fix typo in redis sentinel env var names (#1540)

Fix typo
This commit is contained in:
David Roetzel 2024-10-07 11:31:15 +02:00 committed by GitHub
parent 3803173c9e
commit 958ed69559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -468,7 +468,7 @@ The default port for the sentinels given in `REDIS_SENTINELS`.
**Version history:**\
4.3.0 - added
#### `REDIS_SENTINEL_USER`
#### `REDIS_SENTINEL_USERNAME`
The username used to authenticate with sentinels.
@ -534,7 +534,7 @@ The default port for the sentinels given in `CACHE_REDIS_SENTINELS`.
**Version history:**\
4.3.0 - added
#### `CACHE_REDIS_SENTINEL_USER`
#### `CACHE_REDIS_SENTINEL_USERNAME`
The username used to authenticate with sentinels.
@ -600,7 +600,7 @@ The default port for the sentinels given in `SIDEKIQ_REDIS_SENTINELS`.
**Version history:**\
4.3.0 - added
#### `SIDEKIQ_REDIS_SENTINEL_USER`
#### `SIDEKIQ_REDIS_SENTINEL_USERNAME`
The username used to authenticate with sentinels.