dawarich/config/cable.yml

12 lines
220 B
YAML
Raw Normal View History

development:
adapter: redis
url: <%= ENV['REDIS_URL'] %>
test:
adapter: test
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
2024-03-15 17:28:54 -04:00
channel_prefix: dawarich_production