Files
once-campfire/config/cable.yml
Kevin McConnell df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00

19 lines
290 B
YAML

default: &default
adapter: 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