diff Resources/Configuration.json @ 2946:2e751f615e03

new configuration options: DicomModalitiesInDatabase and OrthancPeersInDatabase
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2018 17:15:29 +0100
parents 00504dcc996f
children dc18d5804746
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Nov 29 16:35:18 2018 +0100
+++ b/Resources/Configuration.json	Thu Nov 29 17:15:29 2018 +0100
@@ -198,6 +198,10 @@
     //}
   },
 
+  // Whether to store the DICOM modalities in the Orthanc database
+  // instead of in this configuration file (new in Orthanc 1.4.3)
+  "DicomModalitiesInDatabase" : false,
+
   // Whether the Orthanc SCP allows incoming C-Echo requests, even
   // from SCU modalities it does not know about (i.e. that are not
   // listed in the "DicomModalities" option above). Orthanc 1.3.0
@@ -248,6 +252,10 @@
     // }
   },
 
+  // Whether to store the Orthanc peers in the Orthanc database
+  // instead of in this configuration file (new in Orthanc 1.4.3)
+  "OrthancPeersInDatabase" : false,
+
   // Parameters of the HTTP proxy to be used by Orthanc. If set to the
   // empty string, no HTTP proxy is used. For instance:
   //   "HttpProxy" : "192.168.0.1:3128"