summaryrefslogtreecommitdiff
path: root/config/cable.yml
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-02-20 19:52:42 -0600
committerHombreLaser <sebastian-440@live.com>2023-02-20 19:52:42 -0600
commita4d29f635c7c6bec4a15ab43956a2be896b0ff11 (patch)
tree51988b660f64197d3730de9e85737e38efef49d8 /config/cable.yml
Commit inicial
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..df84ef6
--- /dev/null
+++ b/config/cable.yml
@@ -0,0 +1,10 @@
+development:
+ adapter: async
+
+test:
+ adapter: test
+
+production:
+ adapter: redis
+ url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
+ channel_prefix: api_arma_production