diff --git a/assets/runtime/config/gitlabhq/resque.yml b/assets/runtime/config/gitlabhq/resque.yml index b6bfc1d3..7dc6662b 100644 --- a/assets/runtime/config/gitlabhq/resque.yml +++ b/assets/runtime/config/gitlabhq/resque.yml @@ -1,6 +1,4 @@ # If you change this file in a Merge Request, please also create # a Merge Request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests # -development: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}" -test: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}" -production: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}" +production: redis://{{REDIS_HOST}}:{{REDIS_PORT}}