loopback/test/fixtures/user-integration-app/server/config.json

19 lines
300 B
JSON

{
"port": 3000,
"host": "0.0.0.0",
"cookieSecret": "2d13a01d-44fb-455c-80cb-db9cb3cd3cd0",
"remoting": {
"json": {
"limit": "1kb",
"strict": false
},
"urlencoded": {
"limit": "8kb"
},
"errorHandler": {
"debug": true,
"log": false
}
}
}