dawarich/config/cable.yml
2025-11-07 14:15:16 +01:00

18 lines
351 B
YAML

default: &default
adapter: redis
url: <%= "#{ENV.fetch("REDIS_URL", "redis://localhost:6379")}/#{ENV.fetch('RAILS_WS_DB', 2)}" %>
development:
<<: *default
channel_prefix: dawarich_development
production:
<<: *default
channel_prefix: dawarich_production
staging:
<<: *default
channel_prefix: dawarich_staging
test:
adapter: test