summaryrefslogtreecommitdiff
path: root/spec/fixtures/gitlab_config_redis.yml
blob: cfe41668cc2dab7558645915a50d1fc1e9ccfa30 (plain)
1
2
3
4
5
6
7
8
9
10
11
redis:
  host: 127.0.1.1
  port: 6378
  pass: secure
  database: 1
  socket: /var/run/redis/redis.sock
  namespace: my:gitlab
  sentinels:
    -
      host: 127.0.0.1
      port: 26380