diff Resources/Configuration.json @ 236:6d9be2b470b4

compression
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 15:09:16 +0100
parents 209ca3f6db62
children e6a4c4329481
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Nov 30 14:37:48 2012 +0100
+++ b/Resources/Configuration.json	Fri Nov 30 15:09:16 2012 +0100
@@ -3,12 +3,15 @@
      * General configuration of Orthanc
      **/
 
+    // The logical name of this instance of Orthanc. This one is
+    // displayed in Orthanc Explorer and at the URI "/system".
+    "Name" : "MyOrthanc",
+
     // Path to the directory that holds the database
     "StorageDirectory" : "OrthancStorage",
 
-    // The logical name of this instance of Orthanc. This one is
-    // displayed in Orthanc Explorer and at the URI "/system".
-    "Name" : "MyOrthanc",
+    // Enable the transparent compression of the DICOM instances
+    "StorageCompression" : false,