summaryrefslogtreecommitdiff
path: root/www/gitlab-ce/files/patch-config_redis.queues.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'www/gitlab-ce/files/patch-config_redis.queues.yml.example')
-rw-r--r--www/gitlab-ce/files/patch-config_redis.queues.yml.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab-ce/files/patch-config_redis.queues.yml.example b/www/gitlab-ce/files/patch-config_redis.queues.yml.example
new file mode 100644
index 000000000000..1d760f26bde3
--- /dev/null
+++ b/www/gitlab-ce/files/patch-config_redis.queues.yml.example
@@ -0,0 +1,11 @@
+--- config/redis.queues.yml.example.orig 2020-05-23 10:52:06 UTC
++++ config/redis.queues.yml.example
+@@ -18,7 +18,7 @@ test:
+ # url: redis://localhost:6381
+ production:
+ # Redis (single instance)
+- url: unix:/var/run/redis/redis.queues.sock
++ url: unix:/var/run/redis/redis.sock
+ ##
+ # Redis + Sentinel (for HA)
+ #