aboutsummaryrefslogtreecommitdiff
path: root/testapp/config/cable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/config/cable.yml')
-rw-r--r--testapp/config/cable.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testapp/config/cable.yml b/testapp/config/cable.yml
new file mode 100644
index 0000000..8dca95a
--- /dev/null
+++ b/testapp/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: testapp_production