summaryrefslogtreecommitdiff
path: root/spec/fixtures/config/redis_queues_old_format_host.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/config/redis_queues_old_format_host.yml')
-rw-r--r--spec/fixtures/config/redis_queues_old_format_host.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/config/redis_queues_old_format_host.yml b/spec/fixtures/config/redis_queues_old_format_host.yml
new file mode 100644
index 00000000000..6531748a8d7
--- /dev/null
+++ b/spec/fixtures/config/redis_queues_old_format_host.yml
@@ -0,0 +1,5 @@
+# redis://[:password@]host[:port][/db-number][?option=value]
+# more details: http://www.iana.org/assignments/uri-schemes/prov/redis
+development: redis://:mypassword@localhost:6381/11
+test: redis://:mypassword@localhost:6381/11
+production: redis://:mypassword@localhost:6381/11