Commit eea2b3e2 authored by Kristof Goossens's avatar Kristof Goossens Committed by Rémy Coutable

Changed Redis port to use numeric value

parent cd38d4d2
...@@ -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