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










                                                                   
development:
  adapter: redis
  url: redis://localhost:6379/1

test:
  adapter: test

production:
  adapter: redis
  url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
  channel_prefix: knockout_production