mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
19 lines
190 B
Text
19 lines
190 B
Text
|
defaults: &defaults
|
||
|
host: localhost
|
||
|
port: 6379
|
||
|
db: 0
|
||
|
cache_db: 2
|
||
|
|
||
|
development:
|
||
|
<<: *defaults
|
||
|
|
||
|
test:
|
||
|
<<: *defaults
|
||
|
db: 1
|
||
|
|
||
|
staging:
|
||
|
<<: *defaults
|
||
|
|
||
|
production:
|
||
|
<<: *defaults
|