diff Resources/Configuration.json @ 1135:67c3c1e4a6e0

index-only mode, and custom storage area with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 15:55:43 +0200
parents da56a7916e8a
children 952cf9b6be83
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Sep 09 12:53:49 2014 +0200
+++ b/Resources/Configuration.json	Tue Sep 09 15:55:43 2014 +0200
@@ -191,5 +191,9 @@
 
   // Enable or disable HTTP Keep-Alive (experimental). Set this option
   // to "true" only in the case of high HTTP loads.
-  "KeepAlive" : false
+  "KeepAlive" : false,
+
+  // If this option is set to "false", Orthanc will run in index-only
+  // mode. The DICOM files will not be stored on the drive.
+  "StoreDicom" : true
 }