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/redis.yml.example')
-rw-r--r--config/redis.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/redis.yml.example b/config/redis.yml.example
index f4650f4b115..9d884038af7 100644
--- a/config/redis.yml.example
+++ b/config/redis.yml.example
@@ -15,6 +15,9 @@ development:
rate_limiting:
cluster:
- redis://localhost:7001
+ queues_metadata:
+ cluster:
+ - redis://localhost:7001
test:
chat:
@@ -32,3 +35,6 @@ test:
rate_limiting:
cluster:
- redis://localhost:7001
+ queues_metadata:
+ cluster:
+ - redis://localhost:7001