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

test:
  adapter: test

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