about summary refs log tree commit diff stats
path: root/test/dummy/config/cable.yml
blob: d3dfabd577a19997b7bbd5f5be57a966bf833e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
development:
  adapter: async

test:
  adapter: async

production:
  adapter: redis
  url: redis://localhost:6379/1
  channel_prefix: dummy_production