Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Resources/Configuration.json Tue Apr 16 17:33:44 2013 +0200 +++ b/Resources/Configuration.json Wed Apr 17 11:13:51 2013 +0200 @@ -7,9 +7,15 @@ // displayed in Orthanc Explorer and at the URI "/system". "Name" : "MyOrthanc", - // Path to the directory that holds the database + // Path to the directory that holds the heavyweight files + // (i.e. the raw DICOM instances) "StorageDirectory" : "OrthancStorage", + // Path to the directory that holds the SQLite index (if unset, + // the value of StorageDirectory is used). This index could be + // stored on a RAM-drive or a SSD device for performance reasons. + "IndexDirectory" : "OrthancStorage", + // Enable the transparent compression of the DICOM instances "StorageCompression" : false,