Files

12 lines
224 B
YAML
Raw Permalink Normal View History

2022-08-23 13:00:54 -07:00
development:
adapter: redis
url: redis://localhost:6379/1
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: yearly_plan_production