Commit 19062344 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'kgoossens-port-param-no-string' into 'master'

Changed Redis port to use numeric value

See merge request gitlab-org/gitlab!18523
parents cd38d4d2 eea2b3e2
...@@ -68,7 +68,7 @@ Omnibus: ...@@ -68,7 +68,7 @@ Omnibus:
gitaly['enable'] = false gitaly['enable'] = false
redis['bind'] = '0.0.0.0' redis['bind'] = '0.0.0.0'
redis['port'] = '6379' redis['port'] = 6379
redis['password'] = 'SECRET_PASSWORD_HERE' redis['password'] = 'SECRET_PASSWORD_HERE'
gitlab_rails['auto_migrate'] = false gitlab_rails['auto_migrate'] = false
......
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