Añadido logoutSessionsOnSensitiveChanges
This commit is contained in:
parent
0b490f4105
commit
4857fce33e
|
@ -1,24 +1,25 @@
|
||||||
{
|
{
|
||||||
"restApiRoot": "/api",
|
"restApiRoot": "/api",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"port": 3000,
|
"port": 3000,
|
||||||
"aclErrorStatus": 403,
|
"aclErrorStatus": 403,
|
||||||
"remoting": {
|
"logoutSessionsOnSensitiveChanges": true,
|
||||||
"context": false,
|
"remoting": {
|
||||||
"rest": {
|
"context": false,
|
||||||
"normalizeHttpPath": false,
|
"rest": {
|
||||||
"xml": false
|
"normalizeHttpPath": false,
|
||||||
},
|
"xml": false
|
||||||
"json": {
|
},
|
||||||
"strict": false,
|
"json": {
|
||||||
"limit": "100kb"
|
"strict": false,
|
||||||
},
|
"limit": "100kb"
|
||||||
"urlencoded": {
|
},
|
||||||
"extended": true,
|
"urlencoded": {
|
||||||
"limit": "100kb"
|
"extended": true,
|
||||||
},
|
"limit": "100kb"
|
||||||
"cors": false,
|
},
|
||||||
"handleErrors": false
|
"cors": false,
|
||||||
},
|
"handleErrors": false
|
||||||
"legacyExplorer": false
|
},
|
||||||
}
|
"legacyExplorer": false
|
||||||
|
}
|
||||||
|
|
|
@ -1,24 +1,25 @@
|
||||||
{
|
{
|
||||||
"restApiRoot": "/api",
|
"restApiRoot": "/api",
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
"port": 3001,
|
"port": 3001,
|
||||||
"aclErrorStatus": 403,
|
"aclErrorStatus": 403,
|
||||||
"remoting": {
|
"logoutSessionsOnSensitiveChanges": true,
|
||||||
"context": false,
|
"remoting": {
|
||||||
"rest": {
|
"context": false,
|
||||||
"normalizeHttpPath": false,
|
"rest": {
|
||||||
"xml": false
|
"normalizeHttpPath": false,
|
||||||
},
|
"xml": false
|
||||||
"json": {
|
},
|
||||||
"strict": false,
|
"json": {
|
||||||
"limit": "100kb"
|
"strict": false,
|
||||||
},
|
"limit": "100kb"
|
||||||
"urlencoded": {
|
},
|
||||||
"extended": true,
|
"urlencoded": {
|
||||||
"limit": "100kb"
|
"extended": true,
|
||||||
},
|
"limit": "100kb"
|
||||||
"cors": false,
|
},
|
||||||
"handleErrors": false
|
"cors": false,
|
||||||
},
|
"handleErrors": false
|
||||||
"legacyExplorer": false
|
},
|
||||||
}
|
"legacyExplorer": false
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue