Skip to content
Snippets Groups Projects
Commit 8e0afa1ba067 authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

Add Redis password to Making the bundled Redis reachable via TCP example

parent d67bbbf39dae
No related branches found
No related tags found
1 merge request!145Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment