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: c81234d1ae6843ac2e49383842ac962e993c058a (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
  cache:
    cluster:
      - redis://localhost:7001
  rate_limiting:
    cluster:
      - redis://localhost:7001

test:
  chat:
    cluster:
      - redis://localhost:7001
  cache:
    cluster:
      - redis://localhost:7001
  rate_limiting:
    cluster:
      - redis://localhost:7001