Files

12 lines
217 B
YAML
Raw Permalink Normal View History

2021-09-26 14:41:38 -07:00
development:
adapter: redis
2021-12-16 14:32:47 -08:00
url: redis://redis:6379/1
2021-09-26 14:41:38 -07:00
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: baclight_production