Commit bb24d7b8943c6401e8b2932049371bdb7137c0f6
1 parent
5476b0dc
Exists in
master
and in
2 other branches
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,7 +631,7 @@ settings to take effect. | ||
631 | 631 | ||
632 | ```ruby | 632 | ```ruby |
633 | redis['enable'] = false | 633 | redis['enable'] = false |
634 | -gitlab_rails['redis_host'] = redis.example.com | 634 | +gitlab_rails['redis_host'] = 'redis.example.com' |
635 | gitlab_rails['redis_port'] = 6380 # defaults to 6379 | 635 | gitlab_rails['redis_port'] = 6380 # defaults to 6379 |
636 | ``` | 636 | ``` |
637 | 637 |