comparison 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
comparison
equal deleted inserted replaced
235:1e0595885a81 236:6d9be2b470b4
1 { 1 {
2 /** 2 /**
3 * General configuration of Orthanc 3 * General configuration of Orthanc
4 **/ 4 **/
5 5
6 // The logical name of this instance of Orthanc. This one is
7 // displayed in Orthanc Explorer and at the URI "/system".
8 "Name" : "MyOrthanc",
9
6 // Path to the directory that holds the database 10 // Path to the directory that holds the database
7 "StorageDirectory" : "OrthancStorage", 11 "StorageDirectory" : "OrthancStorage",
8 12
9 // The logical name of this instance of Orthanc. This one is 13 // Enable the transparent compression of the DICOM instances
10 // displayed in Orthanc Explorer and at the URI "/system". 14 "StorageCompression" : false,
11 "Name" : "MyOrthanc",
12 15
13 16
14 17
15 /** 18 /**
16 * Configuration of the HTTP server 19 * Configuration of the HTTP server