Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 376:2cef9c2d4148
separate path for SQLite index, manual loading of external dictionaries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Apr 2013 11:13:51 +0200 |
parents | 87e09002576f |
children | ff647eedfbe1 3be5837ceb80 |
comparison
equal
deleted
inserted
replaced
375:d1ea72f1c967 | 376:2cef9c2d4148 |
---|---|
5 | 5 |
6 // The logical name of this instance of Orthanc. This one is | 6 // The logical name of this instance of Orthanc. This one is |
7 // displayed in Orthanc Explorer and at the URI "/system". | 7 // displayed in Orthanc Explorer and at the URI "/system". |
8 "Name" : "MyOrthanc", | 8 "Name" : "MyOrthanc", |
9 | 9 |
10 // Path to the directory that holds the database | 10 // Path to the directory that holds the heavyweight files |
11 // (i.e. the raw DICOM instances) | |
11 "StorageDirectory" : "OrthancStorage", | 12 "StorageDirectory" : "OrthancStorage", |
13 | |
14 // Path to the directory that holds the SQLite index (if unset, | |
15 // the value of StorageDirectory is used). This index could be | |
16 // stored on a RAM-drive or a SSD device for performance reasons. | |
17 "IndexDirectory" : "OrthancStorage", | |
12 | 18 |
13 // Enable the transparent compression of the DICOM instances | 19 // Enable the transparent compression of the DICOM instances |
14 "StorageCompression" : false, | 20 "StorageCompression" : false, |
15 | 21 |
16 // Maximum size of the storage in MB (a value of "0" indicates no | 22 // Maximum size of the storage in MB (a value of "0" indicates no |