mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 05:40:52 +08:00
19 lines
190 B
YAML
19 lines
190 B
YAML
defaults: &defaults
|
|
host: localhost
|
|
port: 6379
|
|
db: 0
|
|
cache_db: 2
|
|
|
|
development:
|
|
<<: *defaults
|
|
|
|
test:
|
|
<<: *defaults
|
|
db: 1
|
|
|
|
staging:
|
|
<<: *defaults
|
|
|
|
production:
|
|
<<: *defaults
|