otwarchive-sunsetarchive/config/cable.yml
2026-03-17 01:16:49 -04:00

10 lines
191 B
YAML
Executable file

development:
adapter: async
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: otwarchive_production