Wrong default section in config. Fixed.
This commit is contained in:
parent
9e8a818696
commit
9b606ede00
1 changed files with 2 additions and 2 deletions
|
@ -140,10 +140,10 @@ production: &base
|
|||
timeout: 10
|
||||
|
||||
development:
|
||||
<<: *base
|
||||
<<: *defaults
|
||||
|
||||
test:
|
||||
<<: *base
|
||||
|
||||
staging:
|
||||
<<: *base
|
||||
<<: *defaults
|
||||
|
|
Loading…
Reference in a new issue