fix(docker) Switch default config to use WADO-URI

This commit is contained in:
Erik Ziegler 2018-07-12 16:15:29 +02:00
parent c8f242d5f5
commit 941d36bd05
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"wadoRoot": "http://pacsIP:8042/dicom-web",
"qidoSupportsIncludeField": false,
"imageRendering": "wadouri",
"thumbnailRendering": "wadors",
"thumbnailRendering": "wadouri",
"requestOptions": {
"auth": "orthanc:orthanc",
"logRequests": true,

View File

@ -8,7 +8,7 @@
"wadoRoot": "http://pacsIP:8042/dicom-web",
"qidoSupportsIncludeField": false,
"imageRendering": "wadouri",
"thumbnailRendering": "wadors",
"thumbnailRendering": "wadouri",
"requestOptions": {
"auth": "orthanc:orthanc",
"logRequests": true,