diff 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
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Dec 17 11:27:37 2020 +0100
+++ b/OrthancServer/Resources/Configuration.json	Fri Dec 11 14:57:31 2020 -0500
@@ -71,6 +71,12 @@
   // Explorer will not be available.
   "HttpServerEnabled" : true,
 
+  // Enable/Disable the Orthanc Explorer UI.  This option is only
+  // meaningful if the HttpServerEnabled is set to true 
+  /**
+  "OrthancExplorerEnabled" : true,
+  **/
+
   // HTTP port for the REST services and for the GUI
   "HttpPort" : 8042,