comparison 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
comparison
equal deleted inserted replaced
1709:2931f5e15320 1710:673c163e1b3e
59 * special value "*" will allow any origin, which is an insecure 59 * special value "*" will allow any origin, which is an insecure
60 * value to be used only during development. If this option is not 60 * value to be used only during development. If this option is not
61 * set, all the requests for dynamic actions will be rejected. 61 * set, all the requests for dynamic actions will be rejected.
62 * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage 62 * https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage
63 **/ 63 **/
64 "ExpectedMessageOrigin" : "http://localhost:8042", 64 "ExpectedMessageOrigin" : "http://localhost:8042"
65 65
66 /** 66 /**
67 * The following parameter can be set if running the Stone Web 67 * The following parameter can be set if running the Stone Web
68 * viewer from Orthanc, but without using the associated plugin. 68 * viewer from Orthanc, but without using the associated plugin.
69 * Using the plugin would overwrite this setting. 69 * Using the plugin would overwrite this setting.
70 **/ 70 **/
71 "OrthancApiRoot" : "schnol" 71 // "OrthancApiRoot" : ".."
72 } 72 }
73 } 73 }