aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/redis/cable.yml
blob: 0156763c9548ded998eee86bcfc87fb0f5213cc7 (plain) (blame)
1
2
3
4
5
6
7
8
production:
  url: redis://localhost:6379/1

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

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