2016-11-09 12:12:59 +00:00
|
|
|
{
|
|
|
|
"restApiRoot": "/api",
|
|
|
|
"host": "0.0.0.0",
|
2016-11-09 13:09:12 +00:00
|
|
|
"port": 3002,
|
2017-05-18 15:35:07 +00:00
|
|
|
"aclErrorStatus": 403,
|
2017-03-14 12:08:55 +00:00
|
|
|
"logoutSessionsOnSensitiveChanges": true,
|
2016-11-09 12:12:59 +00:00
|
|
|
"remoting": {
|
|
|
|
"context": false,
|
|
|
|
"rest": {
|
|
|
|
"normalizeHttpPath": false,
|
|
|
|
"xml": false
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"strict": false,
|
|
|
|
"limit": "100kb"
|
|
|
|
},
|
|
|
|
"urlencoded": {
|
|
|
|
"extended": true,
|
|
|
|
"limit": "100kb"
|
|
|
|
},
|
|
|
|
"cors": false,
|
|
|
|
"handleErrors": false
|
|
|
|
},
|
|
|
|
"legacyExplorer": false
|
|
|
|
}
|