26 lines
464 B
JSON
26 lines
464 B
JSON
|
{
|
||
|
"restApiRoot": "/api",
|
||
|
"host": "0.0.0.0",
|
||
|
"port": 3000,
|
||
|
"aclErrorStatus": 403,
|
||
|
"logoutSessionsOnSensitiveChanges": true,
|
||
|
"remoting": {
|
||
|
"context": false,
|
||
|
"rest": {
|
||
|
"normalizeHttpPath": false,
|
||
|
"xml": false
|
||
|
},
|
||
|
"json": {
|
||
|
"strict": false,
|
||
|
"limit": "100kb"
|
||
|
},
|
||
|
"urlencoded": {
|
||
|
"extended": true,
|
||
|
"limit": "100kb"
|
||
|
},
|
||
|
"cors": false,
|
||
|
"handleErrors": false
|
||
|
},
|
||
|
"legacyExplorer": false
|
||
|
}
|