# HG changeset patch # User Ben Bodenmiller <bbodenmiller@gmail.com> # Date 1718322870 0 # Thu Jun 13 23:54:30 2024 +0000 # Node ID 8e0afa1ba0670c83a674e744a9d1b8d1f501ade1 # Parent d67bbbf39daee13a51036d51e7d23d2a29f3c583 Add Redis password to Making the bundled Redis reachable via TCP example diff --git a/doc/settings/redis.md b/doc/settings/redis.md --- a/doc/settings/redis.md +++ b/doc/settings/redis.md @@ -48,6 +48,7 @@ ```ruby redis['port'] = 6379 redis['bind'] = '127.0.0.1' + redis['password'] = 'redis-password-goes-here' ``` 1. Save the file and reconfigure GitLab for the changes to take effect: