about summary refs log tree commit diff stats
path: root/test/dummy/config/cable.yml
blob: 98367f895424726bf64dc403e39c978e8f27dd99 (plain) (blame)
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: dummy_production