cvpilot-tool/apps/desktop/extraResources/orthanc-win64-1.12.4/config.json

28 lines
826 B
JSON
Raw Permalink Normal View History

2024-09-10 14:09:34 +08:00
{
// The reference of the Orthanc configuration file is available at:
// https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Configuration.json
2024-09-12 12:55:37 +08:00
"Name": "macos-othanc-dev",
2024-09-10 14:09:34 +08:00
// Load all the Orthanc plugins that are available in this folder:
2024-09-12 13:02:28 +08:00
"Plugins": ["./OrthancDicomWeb-1.17.dll"],
2024-09-12 12:55:37 +08:00
"DicomWeb": {
"Enable": true,
"Root": "/dicom-web/",
"EnableWado": true,
"WadoRoot": "/wado",
"Ssl": false,
"StudiesMetadata": "Full",
"SeriesMetadata": "Full",
"MetadataWorkerThreadsCount": 4,
"PublicRoot": "/"
},
2024-09-10 14:09:34 +08:00
// Orthanc Explorer 2 configuration. Reference is available at:
// https://github.com/orthanc-server/orthanc-explorer-2/blob/master/Plugin/DefaultConfiguration.json
2024-09-12 12:55:37 +08:00
"OrthancExplorer2": {
2024-09-10 14:09:34 +08:00
"Enable": true,
"IsDefaultOrthancUI": false
}
}