diff Applications/StoneWebViewer/WebApplication/configuration.json @ 1710:673c163e1b3e

playing videos if Orthanc is not available
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Nov 2020 16:41:31 +0100
parents 2931f5e15320
children fb57536fcc5f
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json	Mon Nov 30 15:36:40 2020 +0100
+++ b/Applications/StoneWebViewer/WebApplication/configuration.json	Mon Nov 30 16:41:31 2020 +0100
@@ -61,13 +61,13 @@
      * set, all the requests for dynamic actions will be rejected.
      * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
      **/
-    "ExpectedMessageOrigin" : "http://localhost:8042",
+    "ExpectedMessageOrigin" : "http://localhost:8042"
 
     /**
      * 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.
      **/
-    "OrthancApiRoot" : "schnol"
+    // "OrthancApiRoot" : ".."
   }
 }