Skip to content

Commit

Permalink
Remove remaining reference to Redis URL
Browse files Browse the repository at this point in the history
This functionality is not part of this PR
  • Loading branch information
PKizzle committed Oct 8, 2023
1 parent 7559cae commit fecf17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To check if your config has been applied correctly, you can run the following co
## Broker Settings

- `AUTHENTIK_BROKER__URL`: Broker configuration URL, defaults to Redis using [the respective settings](#redis-settings)
- `AUTHENTIK_BROKER__TRANSPORT_OPTIONS`: Base64 encoded broker transport options, is by default determined using the environment variable `AUTHENTIK_REDIS__URL`
- `AUTHENTIK_BROKER__TRANSPORT_OPTIONS`: Base64 encoded broker transport options

:::info
`AUTHENTIK_REDIS__CACHE_TIMEOUT_REPUTATION` only applies to the cache expiry, see [`AUTHENTIK_REPUTATION__EXPIRY`](#authentik_reputation__expiry) to control how long reputation is persisted for.
Expand Down

0 comments on commit fecf17a

Please sign in to comment.