aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/cable.yml.tt
blob: f69dc91b9284117ae4788ade34f2d8234a9aa454 (plain) (tree)
1
2
3
4
5
6
7
8
9
            
                

     
               


                
                                                                    
                                            
development:
  adapter: async

test:
  adapter: test

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