Small fixes on Sentinel documentation for CE

This commit is contained in:
Gabriel Mazetto 2016-10-07 01:16:32 +02:00
parent c76ff8cf32
commit f6d29583b0
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ The following steps should be performed in the [GitLab application server](gitla
```ruby
redis['master_name'] = "gitlab-redis"
redis['master_ip'] = "10.0.0.1"
redis['master_port'] = 6379
redis['master_password'] = '<huge password string here>'
gitlab_rails['redis_sentinels'] = [
{'host' => '10.10.10.1', 'port' => 26379},