Skip to content

Commit

Permalink
fix: documentation order
Browse files Browse the repository at this point in the history
  • Loading branch information
monwolf committed Dec 22, 2023
1 parent 92c9cbb commit 05f1bd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage/self-hosted-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,11 @@ Used as an alternative to `privateKeyOld`, if you want the key to be read from d

Override this object if you want to change the URLs that Renovate links to, e.g. if you have an internal forum for asking for help.

## redisPrefix

If this value is set then Renovate will prepend this string to the name of all Redis cache entries used in Renovate.
It's only used if `redisUrl` is configured.

## redisUrl

If this value is set then Renovate will use Redis for its global cache instead of the local file system.
Expand All @@ -784,11 +789,6 @@ For TLS/SSL-enabled connections, use rediss prefix

Example URL structure: `rediss://[[username]:[password]]@localhost:6379/0`.

## redisPrefix

If this value is set then Renovate will prepend this string to the name of all Redis cache entries used in Renovate.
It's only used if `redisUrl` is configured.

## repositories

Elements in the `repositories` array can be an object if you wish to define more settings:
Expand Down

0 comments on commit 05f1bd9

Please sign in to comment.