default: &default url: redis://localhost:6379 db: 0 development: <<: *default test: <<: *default production: <<: *default url: <%= ENV.fetch('REDIS_URL', 'redis://127.0.0.1:6379') %>