crlf -> lf

This commit is contained in:
Juan Ferrer Toribio 2017-05-22 12:39:36 +02:00
parent 4857fce33e
commit aabc190c08
2 changed files with 50 additions and 50 deletions

View File

@ -1,25 +1,25 @@
{ {
"restApiRoot": "/api", "restApiRoot": "/api",
"host": "0.0.0.0", "host": "0.0.0.0",
"port": 3000, "port": 3000,
"aclErrorStatus": 403, "aclErrorStatus": 403,
"logoutSessionsOnSensitiveChanges": true, "logoutSessionsOnSensitiveChanges": true,
"remoting": { "remoting": {
"context": false, "context": false,
"rest": { "rest": {
"normalizeHttpPath": false, "normalizeHttpPath": false,
"xml": false "xml": false
}, },
"json": { "json": {
"strict": false, "strict": false,
"limit": "100kb" "limit": "100kb"
}, },
"urlencoded": { "urlencoded": {
"extended": true, "extended": true,
"limit": "100kb" "limit": "100kb"
}, },
"cors": false, "cors": false,
"handleErrors": false "handleErrors": false
}, },
"legacyExplorer": false "legacyExplorer": false
} }

View File

@ -1,25 +1,25 @@
{ {
"restApiRoot": "/api", "restApiRoot": "/api",
"host": "0.0.0.0", "host": "0.0.0.0",
"port": 3001, "port": 3001,
"aclErrorStatus": 403, "aclErrorStatus": 403,
"logoutSessionsOnSensitiveChanges": true, "logoutSessionsOnSensitiveChanges": true,
"remoting": { "remoting": {
"context": false, "context": false,
"rest": { "rest": {
"normalizeHttpPath": false, "normalizeHttpPath": false,
"xml": false "xml": false
}, },
"json": { "json": {
"strict": false, "strict": false,
"limit": "100kb" "limit": "100kb"
}, },
"urlencoded": { "urlencoded": {
"extended": true, "extended": true,
"limit": "100kb" "limit": "100kb"
}, },
"cors": false, "cors": false,
"handleErrors": false "handleErrors": false
}, },
"legacyExplorer": false "legacyExplorer": false
} }