From e34c55967047fd6936f7f6cdb257e89094f05e3c Mon Sep 17 00:00:00 2001 From: mozzie Date: Wed, 26 Apr 2023 11:25:39 +0800 Subject: [PATCH] first commit --- config/orthanc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/orthanc.json b/config/orthanc.json index 162e448..973ced5 100644 --- a/config/orthanc.json +++ b/config/orthanc.json @@ -1,7 +1,7 @@ { "Name": "DICOM PACS", "StorageDirectory": "/var/lib/orthanc/db", - // "IndexDirectory": "", + "IndexDirectory": "", "StorageCompression": true, "MaximumStorageSize": 0, "MaximumPatientCount": 0,