- Reset ActiveEntry.errorMessages after active-entry buttons are clicked - "Password is invalid" message is replaced by "Password must have at least 8 characters. It must contain at least 1 uppercase, 1 lowercase, 1 number and 1 special character."
27 lines
818 B
JSON
27 lines
818 B
JSON
{
|
|
"dicomWeb": {
|
|
"endpoints": [
|
|
{
|
|
"name": "SIIM DCM4CHEE",
|
|
"wadoUriRoot" : "http://vna.hackathon.siim.org/dcm4chee-arc/wado/DCM4CHEE",
|
|
"qidoRoot": "http://vna.hackathon.siim.org/dcm4chee-arc/qido/DCM4CHEE",
|
|
"wadoRoot": "http://vna.hackathon.siim.org/dcm4chee-arc/wado/DCM4CHEE",
|
|
"qidoSupportsIncludeField": true,
|
|
"imageRendering" : "wadouri",
|
|
"requestOptions" : {
|
|
"logRequests" : false,
|
|
"logResponses" : false,
|
|
"logTiming" : true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"public": {
|
|
"staleSessionInactivityTimeout": 1800000,
|
|
"staleSessionHeartbeatInterval": 180000,
|
|
"staleSessionPurgeInterval": 60000,
|
|
"staleSessionActivityEvents": "mousemove click keydown",
|
|
"usePwstrength": false,
|
|
"useZxcvbn": false
|
|
}
|
|
} |