loopback/test/fixtures/simple-integration-app/app.json

14 lines
230 B
JSON
Raw Normal View History

2013-12-20 22:58:29 +00:00
{
"port": 3000,
"host": "0.0.0.0",
"cookieSecret": "2d13a01d-44fb-455c-80cb-db9cb3cd3cd0",
"remoting": {
"json": {
"limit": "1kb",
"strict": false
},
"urlencoded": {
"limit": "8kb"
}
}
2013-12-20 22:58:29 +00:00
}