Mercurial > hg > orthanc
diff Resources/Configuration.json @ 3710:1c69af37d8ae storage-commitment
integration mainline->storage-commitment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 28 Feb 2020 13:27:16 +0100 |
parents | e168a2dedb00 1f4910999fe7 |
children | 922c56b76edc |
line wrap: on
line diff
--- a/Resources/Configuration.json Thu Feb 27 17:06:45 2020 +0100 +++ b/Resources/Configuration.json Fri Feb 28 13:27:16 2020 +0100 @@ -522,5 +522,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" : "" }