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

development:
  url: redis://localhost:6379/2

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