comparison Resources/Configuration.json @ 484:b8ace6fc1d1f

preparation for handling Orthanc peers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 12:51:27 +0200
parents 081a44d5110b
children bdbde1fbfab3
comparison
equal deleted inserted replaced
483:8c3573d28868 484:b8ace6fc1d1f
103 * command line "storescp 2000". 103 * command line "storescp 2000".
104 **/ 104 **/
105 // "sample" : [ "STORESCP", "localhost", 2000 ] 105 // "sample" : [ "STORESCP", "localhost", 2000 ]
106 }, 106 },
107 107
108 // The list of the known Orthanc peers (currently unused) 108 // The list of the known Orthanc peers
109 "OrthancPeers" : { 109 "OrthancPeers" : {
110 // "peer" : [ "http://localhost:8043/", "alice", "alicePassword" ]
110 } 111 }
111 } 112 }