From 3573f8a2d88fd71250dff0f1b514ecb731ecd8e9 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 29 Nov 2015 23:31:46 +0530 Subject: [PATCH] strip down `resque.yml` --- assets/runtime/config/gitlabhq/resque.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}}