comparison OrthancServer/Resources/Configuration.json @ 4378:9e2fc6911ac8 varian

adding option to disable orthance explorer when http server is enabled
author Andrew Wallis <andrew.wallis@varian.com>>
date Fri, 11 Dec 2020 14:57:31 -0500
parents b002f9abe802
children 85b5b0e1bac9
comparison
equal deleted inserted replaced
4376:b002f9abe802 4378:9e2fc6911ac8
68 68
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
74 // Enable/Disable the Orthanc Explorer UI. This option is only
75 // meaningful if the HttpServerEnabled is set to true
76 /**
77 "OrthancExplorerEnabled" : true,
78 **/
73 79
74 // HTTP port for the REST services and for the GUI 80 // HTTP port for the REST services and for the GUI
75 "HttpPort" : 8042, 81 "HttpPort" : 8042,
76 82
77 // When the following option is "true", if an error is encountered 83 // When the following option is "true", if an error is encountered