ohif-viewer/config/medkenOrthanc.json
Aysel Afsar 236ab64add - added optional pwstrength and zxcvbn and disabled by default.
- 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."
2016-02-02 15:31:01 -05:00

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
}
}