forked from pool/orthanc
bcb3e25912
New version and additional specfile cleanup. No info about multibuild from ML, wiki or schwab@suse.de for more than a week. I do not consider this as path forward, as it adds complexity as well, compared to modular approach. OBS-URL: https://build.opensuse.org/request/show/740978 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=1
16 lines
538 B
JSON
16 lines
538 B
JSON
{
|
|
/**
|
|
* Configuration of the ServeFolders plugin, that can be used to
|
|
* serve additional folders through the embedded Web server of
|
|
* Orthanc. This is especially useful to avoid problems related to
|
|
* the same-origin policy when developing Web applications in
|
|
* JavaScript on the top of the REST API of Orthanc.
|
|
*
|
|
* The commented example would serve the documentation of the plugin
|
|
* SDK at the URL http://localhost:8042/doc/index.html
|
|
**/
|
|
"ServeFolders" : {
|
|
// "/doc" : "/usr/share/doc/orthanc/"
|
|
}
|
|
}
|