debian-mirror-gitlab/spec/fixtures/config/redis_queues_new_format_host.yml

30 lines
852 B
YAML
Raw Normal View History

2017-09-10 17:25:29 +05:30
# redis://[:password@]host[:port][/db-number][?option=value]
# more details: http://www.iana.org/assignments/uri-schemes/prov/redis
development:
url: redis://:mynewpassword@localhost:6381/11
sentinels:
-
host: localhost
port: 26381 # point to sentinel, not to redis port
-
2020-05-24 23:13:21 +05:30
host: replica2
2017-09-10 17:25:29 +05:30
port: 26381 # point to sentinel, not to redis port
test:
url: redis://:mynewpassword@localhost:6381/11
sentinels:
-
host: localhost
port: 26381 # point to sentinel, not to redis port
-
2020-05-24 23:13:21 +05:30
host: replica2
2017-09-10 17:25:29 +05:30
port: 26381 # point to sentinel, not to redis port
production:
url: redis://:mynewpassword@localhost:6381/11
sentinels:
-
2020-05-24 23:13:21 +05:30
host: replica1
2017-09-10 17:25:29 +05:30
port: 26381 # point to sentinel, not to redis port
-
2020-05-24 23:13:21 +05:30
host: replica2
2017-09-10 17:25:29 +05:30
port: 26381 # point to sentinel, not to redis port