summaryrefslogtreecommitdiff
path: root/config/cable.yml
blob: 4aab60db4c3345a2084faaa021029db1e293c4c8 (plain)
1
2
3
4
5
6
7
8
9
10
development:
  adapter: async

test:
  adapter: async

production:
  adapter: redis
  url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
  channel_prefix: ecs4_production