WIP: Rails 6
[ecs.git] / config / cable.yml
blob1bb47b2d965edd2202dd109e3c4432c540bcff39
1 development:
2   adapter: async
4 test:
5   adapter: test
7 production:
8   adapter: redis
9   url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10   channel_prefix: ecs4_production