From aabc190c08b986fdd8aa5b01514d9efa8d232ef6 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 22 May 2017 12:39:36 +0200 Subject: [PATCH] crlf -> lf --- services/auth/server/config.json | 50 +++++++++++++++---------------- services/salix/server/config.json | 50 +++++++++++++++---------------- 2 files changed, 50 insertions(+), 50 deletions(-) diff --git a/services/auth/server/config.json b/services/auth/server/config.json index 770126265..4fa37a539 100644 --- a/services/auth/server/config.json +++ b/services/auth/server/config.json @@ -1,25 +1,25 @@ -{ - "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 -} +{ + "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 +} diff --git a/services/salix/server/config.json b/services/salix/server/config.json index 7f322dd59..bbd3a3245 100644 --- a/services/salix/server/config.json +++ b/services/salix/server/config.json @@ -1,25 +1,25 @@ -{ - "restApiRoot": "/api", - "host": "0.0.0.0", - "port": 3001, - "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 -} +{ + "restApiRoot": "/api", + "host": "0.0.0.0", + "port": 3001, + "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 +}