ohif-viewer/config/siimDCM4CHEE.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

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