Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
cbcb3150
Unverified
Commit
cbcb3150
authored
1 year ago
by
Philip
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: Redis add redis encrypted example (#25536)
Co-authored-by:
Michael Kriese
<
michael.kriese@visualon.de
>
parent
21632272
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/self-hosted-configuration.md
+7
-0
7 additions, 0 deletions
docs/usage/self-hosted-configuration.md
with
7 additions
and
0 deletions
docs/usage/self-hosted-configuration.md
+
7
−
0
View file @
cbcb3150
...
...
@@ -761,8 +761,15 @@ Override this object if you want to change the URLs that Renovate links to, e.g.
If this value is set then Renovate will use Redis for its global cache instead of the local file system.
The global cache is used to store lookup results (e.g. dependency versions and release notes) between repositories and runs.
For non encrypted connections,
Example URL structure: `
redis://[[username]:[password]]@localhost:6379/0
`.
For TLS/SSL-enabled connections, use rediss prefix
Example URL structure: `
rediss://[[username]:[password]]@localhost:6379/0
`.
## repositories
Elements in the `
repositories
` array can be an object if you wish to define more settings:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment