aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/cable.yml
blob: aa4e832748cc724ab1fd408ccc595e9ab90ecb33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Action Cable uses Redis by default to administer connections, channels, and sending/receiving messages over the WebSocket.
production:
  adapter: redis
  url: redis://localhost:6379/1

development:
  adapter: async

test:
  adapter: async