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" } %>
|
2025-12-03 11:42:15 -05:00
|
|
|
channel_prefix: baclight_production
|