ohif-viewer/config/siimDCM4CHEE.json
Aysel Afsar e659f0f4b3 - Renamed validatePassword method, usePwstrength and useZxcvbn,
- Moved passwordOptions from settings.json to ActiveEntry configuration object
- Used zxcvbn rule set if showPasswordStrengthIndicator is true, used regular expression rule set if showPasswordStrengthIndicator is false
2016-02-04 17:53:01 -05:00

25 lines
761 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": 30000,
"staleSessionHeartbeatInterval": 3000,
"staleSessionPurgeInterval": 1000,
"staleSessionActivityEvents": "mousemove click keydown"
}
}