cvpilot-tool/apps/desktop/extraResources/orthanc-win64-1.12.4/config.json
2024-09-12 12:55:37 +08:00

28 lines
826 B
JSON

{
// The reference of the Orthanc configuration file is available at:
// https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Configuration.json
"Name": "macos-othanc-dev",
// Load all the Orthanc plugins that are available in this folder:
"Plugins": ["./libOrthancDicomWeb.dylib"],
"DicomWeb": {
"Enable": true,
"Root": "/dicom-web/",
"EnableWado": true,
"WadoRoot": "/wado",
"Ssl": false,
"StudiesMetadata": "Full",
"SeriesMetadata": "Full",
"MetadataWorkerThreadsCount": 4,
"PublicRoot": "/"
},
// Orthanc Explorer 2 configuration. Reference is available at:
// https://github.com/orthanc-server/orthanc-explorer-2/blob/master/Plugin/DefaultConfiguration.json
"OrthancExplorer2": {
"Enable": true,
"IsDefaultOrthancUI": false
}
}