diff OrthancServer/Sources/ServerContext.cpp @ 5200:f8f1c4a9a216

New configuration option 'RestApiWriteToFileSystemEnabled'
author Alain Mazy <am@osimis.io>
date Wed, 29 Mar 2023 11:23:37 +0200
parents 0ea402b4d901
children df39c7583a49
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.cpp	Tue Mar 28 10:48:13 2023 +0200
+++ b/OrthancServer/Sources/ServerContext.cpp	Wed Mar 29 11:23:37 2023 +0200
@@ -327,6 +327,7 @@
     metricsRegistry_(new MetricsRegistry),
     isHttpServerSecure_(true),
     isExecuteLuaEnabled_(false),
+    isRestApiWriteToFileSystemEnabled_(false),
     overwriteInstances_(false),
     dcmtkTranscoder_(new DcmtkTranscoder),
     isIngestTranscoding_(false),