diff Resources/Configuration.json @ 3709:1f4910999fe7

Fix issue #168 (Plugins can't read private tags from the configuration file)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:23:11 +0100
parents fa3ff492fb3b
children 1c69af37d8ae ae0e3fd609df
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Feb 28 11:53:23 2020 +0100
+++ b/Resources/Configuration.json	Fri Feb 28 13:23:11 2020 +0100
@@ -521,5 +521,10 @@
   // to option "request_timeout_ms" of Mongoose/Civetweb. It will set
   // the socket options "SO_RCVTIMEO" and "SO_SNDTIMEO" to the
   // specified value.
-  "HttpRequestTimeout" : 30
+  "HttpRequestTimeout" : 30,
+
+  // Set the default private creator that is used by Orthanc when it
+  // looks for a private tag in its dictionary (cf. "Dictionary"
+  // option), or when it creates/modifies a DICOM file (new in Orthanc 1.6.0).
+  "DefaultPrivateCreator" : ""
 }