From f8f4584f4e4838acafd91b7694d5fb681a3053ac Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 6 May 2019 13:49:52 -0400 Subject: [PATCH] Remove unreferenced config files --- dockersupport/app.json | 41 ------------------------------------- dockersupport/settings.json | 30 --------------------------- 2 files changed, 71 deletions(-) delete mode 100644 dockersupport/app.json delete mode 100644 dockersupport/settings.json diff --git a/dockersupport/app.json b/dockersupport/app.json deleted file mode 100644 index 1d5ab185c..000000000 --- a/dockersupport/app.json +++ /dev/null @@ -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 - } - } - } - }] -} \ No newline at end of file diff --git a/dockersupport/settings.json b/dockersupport/settings.json deleted file mode 100644 index c54e5c5d6..000000000 --- a/dockersupport/settings.json +++ /dev/null @@ -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 - } -} \ No newline at end of file