# ActionCable configuration for real-time broadcasting. # # Development: async adapter (in-process, no external dependency). # Test: test adapter. # Production: Redis adapter — required for multi-worker deployments. # Redis is also used for Mozo::Counter (replacing DrbCounter). # development: adapter: async test: adapter: test production: adapter: redis url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> channel_prefix: mozo_backend