summaryrefslogtreecommitdiff
path: root/config/cable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/cable.yml')
-rw-r--r--config/cable.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cable.yml b/config/cable.yml
index 0bbde6f..4aab60d 100644
--- a/config/cable.yml
+++ b/config/cable.yml
@@ -6,4 +6,5 @@ test:
production:
adapter: redis
- url: redis://localhost:6379/1
+ url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
+ channel_prefix: ecs4_production