28 lines
826 B
JSON
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
|
|
}
|
|
}
|