rails_template/config/redis.yml

15 lines
187 B
YAML

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