strip down resque.yml

This commit is contained in:
Sameer Naik 2015-11-29 23:31:46 +05:30
parent 2b5b85599c
commit 3573f8a2d8

View File

@ -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}}