aboutsummaryrefslogtreecommitdiff
path: root/testapp/config/cable.yml
blob: 8dca95a5b83abc15e25b664fc2b3e5f8bb5db9c1 (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: testapp_production