aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/cable.yml
blob: 1da49130829294e47a77c5de81ba170e7751d26b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
development:
  adapter: async

test:
  adapter: async

production:
  adapter: redis
  url: redis://localhost:6379/1
  channel_prefix: <%= app_name %>_production