Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r--config/resque.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example
index 347f3599b20..d98f43f71b2 100644
--- a/config/resque.yml.example
+++ b/config/resque.yml.example
@@ -1,3 +1,6 @@
+# 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://localhost:6379
test: redis://localhost:6379
production: unix:/var/run/redis/redis.sock