about summary refs log tree commit diff stats
path: root/config/cable.yml
blob: c80654e37ea7661a760e3b44a911d7be65a15f42 (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: pokeviewer_production