Wrong default section in config. Fixed.

This commit is contained in:
Andrew8xx8 2013-02-14 18:25:56 +04:00
parent 9e8a818696
commit 9b606ede00
1 changed files with 2 additions and 2 deletions

View File

@ -140,10 +140,10 @@ production: &base
timeout: 10 timeout: 10
development: development:
<<: *base <<: *defaults
test: test:
<<: *base <<: *base
staging: staging:
<<: *base <<: *defaults