comparison OrthancServer/Resources/Configuration.json @ 4379:85b5b0e1bac9 varian

added NEWS about "OrthancExplorerEnabled" option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 12:48:14 +0100
parents 9e2fc6911ac8
children df313e410f0c
comparison
equal deleted inserted replaced
4378:9e2fc6911ac8 4379:85b5b0e1bac9
69 // Enable the HTTP server. If this parameter is set to "false", 69 // Enable the HTTP server. If this parameter is set to "false",
70 // Orthanc acts as a pure DICOM server. The REST API and Orthanc 70 // Orthanc acts as a pure DICOM server. The REST API and Orthanc
71 // Explorer will not be available. 71 // Explorer will not be available.
72 "HttpServerEnabled" : true, 72 "HttpServerEnabled" : true,
73 73
74 // Enable/Disable the Orthanc Explorer UI. This option is only 74 // Enable/disable the Orthanc Explorer Web user interface. This
75 // meaningful if the HttpServerEnabled is set to true 75 // option is only meaningful if the "HttpServerEnabled" option is
76 /** 76 // set to "true" (new in Orthanc 1.8.2).
77 "OrthancExplorerEnabled" : true, 77 "OrthancExplorerEnabled" : true,
78 **/
79 78
80 // HTTP port for the REST services and for the GUI 79 // HTTP port for the REST services and for the GUI
81 "HttpPort" : 8042, 80 "HttpPort" : 8042,
82 81
83 // When the following option is "true", if an error is encountered 82 // When the following option is "true", if an error is encountered