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

15 lines
257 B
JSON
Raw Normal View History

2015-04-20 18:44:07 +00:00
{
"port": 3000,
"host": "0.0.0.0",
"cookieSecret": "2d13a01d-44fb-455c-80cb-db9cb3cd3cd0",
"remoting": {
"json": {
"limit": "1kb",
"strict": false
},
"urlencoded": {
"limit": "8kb"
}
},
"legacyExplorer": false
}