aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/cable.yml
blob: 004adb7b3c295c2b4ddbca5c468d5d1e6a04af93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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: redis
  url: redis://localhost:6379/2

test:
  adapter: redis
  url: redis://localhost:6379/3