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

test:
  adapter: async

production:
  adapter: redis
  url: redis://<%= ENV['REDIS_HOST'] || 'localhost' %>:<%= ENV['REDIS_PORT'] || 6379 %>/1