2013-02-12 10:18:59 -06:00
|
|
|
defaults: &defaults
|
|
|
|
host: localhost
|
|
|
|
port: 6379
|
|
|
|
db: 0
|
|
|
|
cache_db: 2
|
|
|
|
|
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
2013-03-10 19:21:56 -05:00
|
|
|
profile:
|
|
|
|
<<: *defaults
|
|
|
|
|
2013-02-12 10:18:59 -06:00
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
db: 1
|
|
|
|
|
|
|
|
staging:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|