chore(Loopback): Normalize configs using cli

This commit is contained in:
Berkeley Martinez
2017-12-29 08:40:20 -08:00
committed by mrugesh mohapatra
parent c55f0e5e89
commit 7a922229f4
3 changed files with 11 additions and 12 deletions

View File

@@ -7,8 +7,7 @@
"rest": {
"handleErrors": false,
"normalizeHttpPath": false,
"xml": false,
"handleErrors": false
"xml": false
},
"json": {
"strict": false,

View File

@@ -65,9 +65,9 @@
"./middlewares/error-handlers": {},
"strong-error-handler": {
"params": {
"debug": false,
"log": true
}
"debug": false,
"log": true
}
}
}
}