summaryrefslogtreecommitdiff
path: root/spec/fixtures/gitlab_config_redis.yml
blob: e07e5dfa9282503ec8efe78917ab485b6a833ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
redis:
  bin: /usr/bin/redis-cli
  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