Commit f9eba6c9 authored by abuerer's avatar abuerer

need redis[master_password] instead of redis[password]

parent 9e821920
......@@ -402,7 +402,7 @@ multiple machines with the Sentinel daemon.
redis['master_name'] = 'gitlab-redis'
# The same password for Redis authentication you set up for the master node.
redis['password'] = 'redis-password-goes-here'
redis['master_password'] = 'redis-password-goes-here'
# The IP of the master Redis node.
redis['master_ip'] = '10.0.0.1'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment