aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/test/dummy/config/cable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailbox/test/dummy/config/cable.yml')
-rw-r--r--actionmailbox/test/dummy/config/cable.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/actionmailbox/test/dummy/config/cable.yml b/actionmailbox/test/dummy/config/cable.yml
new file mode 100644
index 0000000000..1cd0f8363e
--- /dev/null
+++ b/actionmailbox/test/dummy/config/cable.yml
@@ -0,0 +1,10 @@
+development:
+ adapter: async
+
+test:
+ adapter: async
+
+production:
+ adapter: redis
+ url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
+ channel_prefix: dummy_production