mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
19 lines
190 B
Plaintext
19 lines
190 B
Plaintext
|
defaults: &defaults
|
||
|
host: localhost
|
||
|
port: 6379
|
||
|
db: 0
|
||
|
cache_db: 2
|
||
|
|
||
|
development:
|
||
|
<<: *defaults
|
||
|
|
||
|
test:
|
||
|
<<: *defaults
|
||
|
db: 1
|
||
|
|
||
|
staging:
|
||
|
<<: *defaults
|
||
|
|
||
|
production:
|
||
|
<<: *defaults
|