about summary refs log blame commit diff
path: root/config/cable.yml
blob: f08e5eeb01ba137e64c8d97cef184f093efc83ef (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: pinrails_production