- 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
25 lines
761 B
JSON
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"
|
|
}
|
|
} |