mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 12:10:34 +09:00
19 lines
290 B
YAML
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
|