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.example22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/redis.yml.example b/config/redis.yml.example
new file mode 100644
index 00000000000..fd54f32a068
--- /dev/null
+++ b/config/redis.yml.example
@@ -0,0 +1,22 @@
+---
+development:
+ chat:
+ cluster:
+ - redis://localhost:7001
+ cluster_cache:
+ cluster:
+ - redis://localhost:7001
+ rate_limiting:
+ cluster:
+ - redis://localhost:7001
+
+test:
+ chat:
+ cluster:
+ - redis://localhost:7001
+ cluster_cache:
+ cluster:
+ - redis://localhost:7001
+ rate_limiting:
+ cluster:
+ - redis://localhost:7001