diff OrthancServer/Resources/Configuration.json @ 4604:2c702cfae274 db-changes

New option "DatabaseServerIdentifier" to identify the server among a pool of Orthanc servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Mar 2021 10:39:59 +0200
parents 017ab543e6ef
children 95ffe3b6ef7c
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Wed Mar 24 15:30:06 2021 +0100
+++ b/OrthancServer/Resources/Configuration.json	Tue Mar 30 10:39:59 2021 +0200
@@ -769,4 +769,15 @@
   // Orthanc SCU and Orthanc SCP. It defaults to 16KB. The allowed
   // range is [4096,131072]. (new in Orthanc 1.9.0)
   "MaximumPduLength" : 16384
+
+  // Arbitrary identifier of this Orthanc server when storing its
+  // global properties if a custom database plugin is used. This
+  // option is only useful in the case of multiple readers/writers, in
+  // order to avoid collisions between multiple Orthanc servers. If
+  // unset, this identifier is taken as a SHA-1 hash derived from the
+  // MAC adddresses of the network interfaces, and from the AET and
+  // TCP ports used by Orthanc. (new in Orthanc 1.9.2)
+  /**
+     , "DatabaseServerIdentifier" : "Orthanc1"
+  **/
 }