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

redis.yml.example « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd54f32a068a6219d7020275f2fdd6c5fc69f5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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