From e9832f62f7d6bc833443f674abb307bd5725d062 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Thu, 19 Jul 2018 18:31:43 +0200 Subject: [PATCH] fix(orthanc-dicomweb-config): Switch default thumbnailRendering to wadouri --- config/orthancDICOMWeb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/orthancDICOMWeb.json b/config/orthancDICOMWeb.json index b840b362d..42ecf2060 100644 --- a/config/orthancDICOMWeb.json +++ b/config/orthancDICOMWeb.json @@ -8,7 +8,7 @@ "wadoRoot": "http://localhost:8042/dicom-web", "qidoSupportsIncludeField": false, "imageRendering": "wadouri", - "thumbnailRendering": "wadors", + "thumbnailRendering": "wadouri", "requestOptions": { "auth": "orthanc:orthanc", "logRequests": true,