- 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."
28 lines
897 B
JSON
28 lines
897 B
JSON
{
|
|
"dicomWeb" : {
|
|
"endpoints": [
|
|
{
|
|
"name": "Medken Orthanc",
|
|
"wadoUriRootNOTE" : "either this uri is not correct for wado-uri or wado-uri is not configured on orthanc currently",
|
|
"wadoUriRoot" : "http://dicom-orthanc.medken.com/wado",
|
|
"qidoRoot": "http://dicom-orthanc.medken.com/dicom-web",
|
|
"wadoRoot": "http://dicom-orthanc.medken.com/dicom-web",
|
|
"qidoSupportsIncludeField": false,
|
|
"imageRendering" : "wadouri",
|
|
"requestOptions" : {
|
|
"logRequests" : false,
|
|
"logResponses" : false,
|
|
"logTiming" : true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"public": {
|
|
"staleSessionInactivityTimeout": 1800000,
|
|
"staleSessionHeartbeatInterval": 180000,
|
|
"staleSessionPurgeInterval": 60000,
|
|
"staleSessionActivityEvents": "mousemove click keydown",
|
|
"usePwstrength": false,
|
|
"useZxcvbn": false
|
|
}
|
|
} |