diff options
author | Jose Torres <torres@balameb.com> | 2017-04-21 18:58:00 +0000 |
---|---|---|
committer | Jose Torres <torres@balameb.com> | 2017-04-21 18:58:00 +0000 |
commit | eb04e2e913180328b4ca944781ab040d52896cf3 (patch) | |
tree | 8713a127c82d00f127dad1c9171c4619e564cb2c /doc | |
parent | 5aea8c4fa46fdd3caf3b65560c9b2d744421b8db (diff) | |
download | gitlab-ce-eb04e2e913180328b4ca944781ab040d52896cf3.tar.gz |
[ci skip] Use master_password for Sentinel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/high_availability/redis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index b4e7bf21e35..4638a9c9782 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -492,7 +492,7 @@ which ideally should not have Redis or Sentinels on it for a HA setup. 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' ## A list of sentinels with `host` and `port` gitlab_rails['redis_sentinels'] = [ |