I have downloaded orthanc package for MacOs it contains Orthanc.exec but i could’nt found the default_orthanc.json configuration file which it uses can anyone guide me to find the config file their they have given startOrthanc.command which uses configMacOs.json which i edited and started the Orthanc using this config file but the original Orthanc was also running using the default config. Where is this default config
Hi,
The MacOS package comes with configMacOS.json
file included whose content is
{
// The reference of the Orthanc configuration file is available at:
// https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Configuration.json
"Name" : "MyOrthanc",
// Load all the Orthanc plugins that are available in this folder:
"Plugins" : [ "." ],
// 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
}
}
and it contains a link to the default configuration file.
HTH,
Alain