2015-06-02 17:27:02 -07:00
|
|
|
{
|
|
|
|
"restApiRoot": "/api",
|
2015-06-15 18:24:26 -04:00
|
|
|
"host": "127.0.0.1",
|
2015-06-02 17:27:02 -07:00
|
|
|
"port": 3000,
|
2015-06-12 13:14:07 -07:00
|
|
|
"legacyExplorer": false,
|
2015-06-02 17:27:02 -07:00
|
|
|
"remoting": {
|
|
|
|
"rest": {
|
2017-07-13 11:39:07 -07:00
|
|
|
"handleErrors": false,
|
2015-06-02 17:27:02 -07:00
|
|
|
"normalizeHttpPath": false,
|
2017-12-29 08:40:20 -08:00
|
|
|
"xml": false
|
2015-06-02 17:27:02 -07:00
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"strict": false,
|
|
|
|
"limit": "100kb"
|
|
|
|
},
|
|
|
|
"urlencoded": {
|
|
|
|
"extended": true,
|
|
|
|
"limit": "100kb"
|
|
|
|
},
|
2017-05-05 13:00:42 +05:30
|
|
|
"cors": false
|
2015-06-02 17:27:02 -07:00
|
|
|
}
|
|
|
|
}
|