2015-09-19 02:13:08 +00:00
|
|
|
{
|
|
|
|
"restApiRoot": "/api",
|
|
|
|
"host": "0.0.0.0",
|
|
|
|
"port": 3000,
|
|
|
|
"remoting": {
|
|
|
|
"context": {
|
|
|
|
"enableHttpContext": false
|
|
|
|
},
|
|
|
|
"rest": {
|
|
|
|
"normalizeHttpPath": false,
|
|
|
|
"xml": false
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"strict": false,
|
|
|
|
"limit": "100kb"
|
|
|
|
},
|
|
|
|
"urlencoded": {
|
|
|
|
"extended": true,
|
|
|
|
"limit": "100kb"
|
|
|
|
},
|
|
|
|
"cors": false,
|
|
|
|
"errorHandler": {
|
2016-05-24 20:46:32 +00:00
|
|
|
"debug": true,
|
|
|
|
"log": false
|
2015-09-19 02:13:08 +00:00
|
|
|
},
|
|
|
|
"sharedMethods": {
|
|
|
|
"find": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"legacyExplorer": false
|
|
|
|
}
|
|
|
|
|