Remove unreferenced config files
This commit is contained in:
parent
411baa702a
commit
f8f4584f4e
@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user