Cleaning of specfile Files in /usr/share link to arch dep. libraries OBS-URL: https://build.opensuse.org/request/show/745161 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-dicomweb?expand=0&rev=1
16 lines
656 B
JSON
16 lines
656 B
JSON
{
|
|
/**
|
|
* The following options control the configuration of the Orthanc
|
|
* plugin adding support of WADO and DICOMweb.
|
|
**/
|
|
|
|
"DicomWeb" : {
|
|
"Enable" : true, // Whether DICOMweb support is enabled
|
|
"Root" : "/dicom-web/", // Root URI of the DICOMweb API (for QIDO-RS, STOW-RS and WADO-RS)
|
|
"EnableWado" : true, // Whether WADO-URI (aka. WADO) support is enabled
|
|
"WadoRoot" : "/wado", // Root URI of the WADO-URI (aka. WADO) API
|
|
"Host" : "localhost", // Hard-codes the name of the host for subsequent WADO-RS requests
|
|
"Ssl" : false // Whether HTTPS should be used for subsequent WADO-RS requests
|
|
}
|
|
}
|