Commit eb73cd08 authored by Gabriel Mazetto's avatar Gabriel Mazetto Committed by Achilleas Pipinellis

Small fixes on Sentinel documentation for CE

parent baf09d2a
......@@ -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},
......
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