summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/redis_queues_new_format_host.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/config/redis_queues_new_format_host.yml')
-rw-r--r--spec/fixtures/config/redis_queues_new_format_host.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/spec/fixtures/config/redis_queues_new_format_host.yml b/spec/fixtures/config/redis_queues_new_format_host.yml
deleted file mode 100644
index bd0d82a5066..00000000000
--- a/spec/fixtures/config/redis_queues_new_format_host.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
- -
- host: replica2
- 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
- -
- host: replica2
- port: 26381 # point to sentinel, not to redis port
-production:
- url: redis://:mynewpassword@localhost:6381/11
- sentinels:
- -
- host: replica1
- port: 26381 # point to sentinel, not to redis port
- -
- host: replica2
- port: 26381 # point to sentinel, not to redis port