Files
Dalan/config/cable.yml
2026-08-13 19:56:46 +03:30

11 lines
195 B
YAML

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