comparison Resources/Configuration.json @ 485:bdbde1fbfab3

send resources through HTTP
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 13:48:33 +0200
parents b8ace6fc1d1f
children 3b735fdf320b
comparison
equal deleted inserted replaced
484:b8ace6fc1d1f 485:bdbde1fbfab3
105 // "sample" : [ "STORESCP", "localhost", 2000 ] 105 // "sample" : [ "STORESCP", "localhost", 2000 ]
106 }, 106 },
107 107
108 // The list of the known Orthanc peers 108 // The list of the known Orthanc peers
109 "OrthancPeers" : { 109 "OrthancPeers" : {
110 // "peer" : [ "http://localhost:8043/", "alice", "alicePassword" ] 110 /**
111 * Each line gives the base URL of an Orthanc peer, possibly
112 * followed by the username/password pair (if the password
113 * protection is enabled on the peer).
114 **/
115 // "peer" : [ "http://localhost:8043/", "alice", "alicePassword" ]
116 // "peer2" : [ "http://localhost:8044/" ]
111 } 117 }
112 } 118 }