diff Applications/StoneWebViewer/WebApplication/configuration.json @ 1713:aec45e0b2528

configuration option "DicomWebRoot"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2020 17:09:46 +0100
parents fb57536fcc5f
children a878e807cd96
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json	Mon Nov 30 16:49:04 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/configuration.json	Mon Nov 30 17:09:46 2020 +0100
@@ -65,12 +65,19 @@
     "ExpectedMessageOrigin" : "http://localhost:8042",
 
     /**
+     * Root path of the DICOMweb server. This option is automatically
+     * set by the Orthanc plugin if missing.
+     **/
+    "DicomWebRoot" : "../dicom-web",
+    
+    /**
      * The following parameter can be set if running the Stone Web
-     * viewer from Orthanc, but without using the associated plugin.
-     * Using the plugin would overwrite this setting. This will enable
-     * features that are only available if the Orthanc REST API is
-     * accessible (download of studies, and playing videos). This
-     * option is typically used by the developers of Stone.
+     * viewer from Orthanc, but without using the associated plugin
+     * (e.g. using the "Serve Folders" sample plugin). Using the
+     * plugin would overwrite this setting. This will enable features
+     * that are only available if the Orthanc REST API is accessible
+     * (download of studies, and playing videos). This option is
+     * typically used by the developers of Stone.
      **/
     "OrthancApiRoot" : ".."
   }