Commit bb24d7b8943c6401e8b2932049371bdb7137c0f6

Authored by Jacob Vosmaer
1 parent 5476b0dc

Fix typo in external redis documentation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -631,7 +631,7 @@ settings to take effect.
631 631  
632 632 ```ruby
633 633 redis['enable'] = false
634   -gitlab_rails['redis_host'] = redis.example.com
  634 +gitlab_rails['redis_host'] = 'redis.example.com'
635 635 gitlab_rails['redis_port'] = 6380 # defaults to 6379
636 636 ```
637 637  
... ...