salix/loopback/server/config.json

27 lines
493 B
JSON
Raw Permalink Normal View History

2017-10-13 14:22:45 +00:00
{
"restApiRoot": "/api",
"host": "0.0.0.0",
"port": 3000,
"aclErrorStatus": 403,
"logoutSessionsOnSensitiveChanges": true,
"remoting": {
"context": false,
"rest": {
"normalizeHttpPath": false,
"xml": false,
"handleErrors": false
2017-10-13 14:22:45 +00:00
},
"json": {
"strict": false,
"limit": "100kb"
},
"urlencoded": {
"extended": true,
"limit": "100kb"
},
"cors": false,
"handleErrors": false
},
"legacyExplorer": false
}