diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Jul 16 12:51:27 2013 +0200
+++ b/Resources/Configuration.json	Tue Jul 16 13:48:33 2013 +0200
@@ -107,6 +107,12 @@
 
   // The list of the known Orthanc peers
   "OrthancPeers" : {
-    // "peer" : [ "http://localhost:8043/", "alice", "alicePassword" ]
+    /**
+     * Each line gives the base URL of an Orthanc peer, possibly
+     * followed by the username/password pair (if the password
+     * protection is enabled on the peer).
+     **/
+    // "peer"  : [ "http://localhost:8043/", "alice", "alicePassword" ]
+    // "peer2" : [ "http://localhost:8044/" ]
   }
 }