dawarich/config/cable.yml
2025-09-26 19:48:52 +02:00

18 lines
325 B
YAML

default: &default
adapter: redis
url: <%= "#{ENV.fetch("REDIS_URL")}/#{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