# HG changeset patch # User Sebastien Jodogne # Date 1481701482 -3600 # Node ID 0f09c1d18584f540c7c58ef02ee6884a73170ba7 # Parent 577888e9ed2fa8746eb254fd00167065e0cb30ba note about backslashes diff -r 577888e9ed2f -r 0f09c1d18584 Resources/Configuration.json --- a/Resources/Configuration.json Tue Dec 13 17:42:06 2016 +0100 +++ b/Resources/Configuration.json Wed Dec 14 08:44:42 2016 +0100 @@ -7,13 +7,14 @@ // displayed in Orthanc Explorer and at the URI "/system". "Name" : "MyOrthanc", - // Path to the directory that holds the heavyweight files - // (i.e. the raw DICOM instances) + // Path to the directory that holds the heavyweight files (i.e. the + // raw DICOM instances). Backslashes must be either escaped by + // doubling them, or replaced by forward slashes "/". "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. + // 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 @@ -37,7 +38,8 @@ // instance of Orthanc (e.g. "./libPluginTest.so" for Linux, or // "./PluginTest.dll" for Windows). These paths can refer to // folders, in which case they will be scanned non-recursively to - // find shared libraries. + // find shared libraries. Backslashes must be either escaped by + // doubling them, or replaced by forward slashes "/". "Plugins" : [ ],