summaryrefslogtreecommitdiff
path: root/config/cable.yml
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-07-12 15:04:46 -0600
committermokha <mokha@cisco.com>2018-07-12 15:04:46 -0600
commit8c43f71cc6019ccb12b8a8e995642d212bba23c7 (patch)
treebb9a922553960e4f70f105a946338851534a8967 /config/cable.yml
initial commit.
Diffstat (limited to 'config/cable.yml')
-rw-r--r--config/cable.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/cable.yml b/config/cable.yml
new file mode 100644
index 0000000..17c66a0
--- /dev/null
+++ b/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: legacy_production