diff options
Diffstat (limited to 'science/orthanc/files/patch-Resources_Configuration.json')
-rw-r--r-- | science/orthanc/files/patch-Resources_Configuration.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/science/orthanc/files/patch-Resources_Configuration.json b/science/orthanc/files/patch-Resources_Configuration.json new file mode 100644 index 000000000000..1cab6a60b0dd --- /dev/null +++ b/science/orthanc/files/patch-Resources_Configuration.json @@ -0,0 +1,25 @@ +--- Resources/Configuration.json.orig 2015-02-12 13:47:38 UTC ++++ Resources/Configuration.json +@@ -9,12 +9,12 @@ + + // Path to the directory that holds the heavyweight files + // (i.e. the raw DICOM instances) +- "StorageDirectory" : "OrthancStorage", ++ "StorageDirectory" : "/var/db/orthanc/db-v5", + + // Path to the directory that holds the SQLite index (if unset, + // the value of StorageDirectory is used). This index could be + // stored on a RAM-drive or a SSD device for performance reasons. +- "IndexDirectory" : "OrthancStorage", ++ "IndexDirectory" : "/var/db/orthanc/db-v5", + + // Enable the transparent compression of the DICOM instances + "StorageCompression" : false, +@@ -39,6 +39,7 @@ + // folders, in which case they will be scanned non-recursively to + // find shared libraries. + "Plugins" : [ ++ "%%PREFIX%%/share/orthanc/plugins/" + ], + + |