website/docs: add missing redis port to configuration page (#2731)

Added the `AUTHENTIK_REDIS__PORT` to the documentation.
This commit is contained in:
Chris Britt 2022-04-17 10:40:00 -04:00 committed by GitHub
parent 4bab42fb58
commit 6e5ac4bffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ All of these variables can be set to values, but you can also use a URI-like for
## Redis Settings
- `AUTHENTIK_REDIS__HOST`: Hostname of your Redis Server
- `AUTHENTIK_REDIS__PORT`: Redis port, defaults to 6379
- `AUTHENTIK_REDIS__PASSWORD`: Password for your Redis Server
- `AUTHENTIK_REDIS__CACHE_DB`: Database for caching, defaults to 0
- `AUTHENTIK_REDIS__MESSAGE_QUEUE_DB`: Database for the message queue, defaults to 1