dawarich/config/cable.yml

12 lines
220 B
YAML
Raw Normal View History

2025-05-31 15:58:50 -04:00
development:
2025-06-09 07:50:43 -04:00
adapter: redis
url: <%= ENV['REDIS_URL'] %>
2025-05-31 15:58:50 -04:00
test:
adapter: test
production:
2025-06-09 07:50:43 -04:00
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: dawarich_production