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 fd54f32a068..950a98c9fd6 100644
--- a/config/redis.yml.example
+++ b/config/redis.yml.example
@@ -6,6 +6,9 @@ development:
cluster_cache:
cluster:
- redis://localhost:7001
+ feature_flag:
+ cluster:
+ - redis://localhost:7001
rate_limiting:
cluster:
- redis://localhost:7001
@@ -17,6 +20,9 @@ test:
cluster_cache:
cluster:
- redis://localhost:7001
+ feature_flag:
+ cluster:
+ - redis://localhost:7001
rate_limiting:
cluster:
- redis://localhost:7001