Files
once-campfire/config/cable.yml
T
2026-08-24 11:26:38 -05:00

19 lines
326 B
YAML

default: &default
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379" } %>
development:
<<: *default
channel_prefix: campfire_development
test:
adapter: test
performance:
<<: *default
channel_prefix: campfire_performance
production:
<<: *default
channel_prefix: campfire_production