comparison 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
comparison
equal deleted inserted replaced
1272:7442097b41c9 1273:88010d8e12cf
138 **/ 138 **/
139 // "peer" : [ "http://localhost:8043/", "alice", "alicePassword" ] 139 // "peer" : [ "http://localhost:8043/", "alice", "alicePassword" ]
140 // "peer2" : [ "http://localhost:8044/" ] 140 // "peer2" : [ "http://localhost:8044/" ]
141 }, 141 },
142 142
143 // Parameters of the HTTP proxy to be used by Orthanc. If set to the
144 // empty string, no HTTP proxy is used. For instance:
145 // "HttpProxy" : "192.168.0.1:3128"
146 // "HttpProxy" : "proxyUser:proxyPassword@192.168.0.1:3128"
147 "HttpProxy" : "",
143 148
144 149
145 /** 150 /**
146 * Advanced options 151 * Advanced options
147 **/ 152 **/