diff OrthancServer/Resources/Configuration.json @ 5080:d7274e43ea7c attach-custom-data

allow plugins to store a customData in the Attachments table to e.g. store custom paths without requiring an external DB
author Alain Mazy <am@osimis.io>
date Thu, 08 Sep 2022 17:42:08 +0200
parents e95fadefeb72
children
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Wed Aug 31 10:36:38 2022 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu Sep 08 17:42:08 2022 +0200
@@ -10,11 +10,15 @@
   // Path to the directory that holds the heavyweight files (i.e. the
   // raw DICOM instances). Backslashes must be either escaped by
   // doubling them, or replaced by forward slashes "/".
+  // If a relative path is provided, it is relative to the configuration
+  // file path.  It is advised to provide an absolute path.
   "StorageDirectory" : "OrthancStorage",
 
   // 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.
+  // If a relative path is provided, it is relative to the configuration
+  // file path.  It is advised to provide an absolute path.
   "IndexDirectory" : "OrthancStorage",
 
   // Path to the directory where Orthanc stores its large temporary