41 lines
947 B
JSON
41 lines
947 B
JSON
{
|
|
"apps" : [{
|
|
"name" : "ohif-viewer",
|
|
"script" : "main.js",
|
|
"watch" : true,
|
|
"merge_logs" : true,
|
|
"cwd" : "/app/bundle/",
|
|
"env": {
|
|
"METEOR_SETTINGS": {
|
|
"servers": {
|
|
"dicomWeb": [
|
|
{
|
|
"name": "Orthanc",
|
|
"wadoUriRoot": "http://pacsIP:8042/wado",
|
|
"qidoRoot": "http://pacsIP:8042/dicom-web",
|
|
"wadoRoot": "http://pacsIP:8042/dicom-web",
|
|
"qidoSupportsIncludeField": false,
|
|
"imageRendering": "wadouri",
|
|
"thumbnailRendering": "wadouri",
|
|
"requestOptions": {
|
|
"auth": "orthanc:orthanc",
|
|
"logRequests": true,
|
|
"logResponses": false,
|
|
"logTiming": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"defaultServiceType": "dicomWeb",
|
|
"public": {
|
|
"ui": {
|
|
"studyListDateFilterNumDays": 1
|
|
}
|
|
},
|
|
"proxy": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
}]
|
|
} |