Mercurial > hg > orthanc
changeset 4316:7dc52763ab1c
explanation in configuration file
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 21 Nov 2020 10:49:54 +0100 |
parents | e62bd014ae5c |
children | 3c85edacd0ee |
files | OrthancServer/Resources/Configuration.json |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json Tue Nov 17 11:16:22 2020 +0100 +++ b/OrthancServer/Resources/Configuration.json Sat Nov 21 10:49:54 2020 +0100 @@ -197,7 +197,9 @@ * Network topology **/ - // The list of the known DICOM modalities + // The list of the known DICOM modalities. This option is ignored if + // "DicomModalitiesInDatabase" is set to "true", in which case you + // must use the REST API to define modalities. "DicomModalities" : { /** * Uncommenting the following line would enable Orthanc to @@ -290,7 +292,9 @@ // DICOM SCP (server) does not answer. "DicomScuTimeout" : 10, - // The list of the known Orthanc peers + // The list of the known Orthanc peers. This option is ignored if + // "OrthancPeersInDatabase" is set to "true", in which case you must + // use the REST API to define Orthanc peers. "OrthancPeers" : { /** * Each line gives the base URL of an Orthanc peer, possibly