Commit b2c0c08a authored by Kirill Smelkov's avatar Kirill Smelkov

X Redis has problem specifying ipv6 in url

parent 4e0c14d4
......@@ -3,4 +3,6 @@
# https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/resque.yml.example
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/resque.yml.erb
production: redis://[${request-redis:connection-redis_ip}]:${request-redis:connection-redis_port}
#production: redis://[${request-redis:connection-redis_ip}]:${request-redis:connection-redis_port}
# XXX redis does not remove [] for host from [host]:port
production: redis://${request-redis:connection-redis_ip}:${request-redis:connection-redis_port}
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