diff Resources/Configuration.json @ 1273:88010d8e12cf

Support of HTTP proxy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Jan 2015 16:08:58 +0100
parents 7442097b41c9
children 6066529e34c8
line wrap: on
line diff
--- a/Resources/Configuration.json	Mon Jan 12 17:42:29 2015 +0100
+++ b/Resources/Configuration.json	Mon Jan 19 16:08:58 2015 +0100
@@ -140,6 +140,11 @@
     // "peer2" : [ "http://localhost:8044/" ]
   },
 
+  // Parameters of the HTTP proxy to be used by Orthanc. If set to the
+  // empty string, no HTTP proxy is used. For instance:
+  //   "HttpProxy" : "192.168.0.1:3128"
+  //   "HttpProxy" : "proxyUser:proxyPassword@192.168.0.1:3128"
+  "HttpProxy" : "",
 
 
   /**