comparison Sphinx/source/users/rest.rst @ 494:7daa331a91a9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Aug 2020 22:22:29 +0200
parents 2922fb1bd65e
children 3af5dda67520
comparison
equal deleted inserted replaced
491:45b768895975 494:7daa331a91a9
415 You first have to declare the Url of the remote orthanc inside the 415 You first have to declare the Url of the remote orthanc inside the
416 :ref:`configuration file <configuration>`. For instance, here is how 416 :ref:`configuration file <configuration>`. For instance, here is how
417 to declare a remote orthanc peer:: 417 to declare a remote orthanc peer::
418 418
419 ... 419 ...
420 "Peers" : { 420 "OrthancPeers" : {
421 "sample" : [ "http://localhost:8043" ], // short version 421 "sample" : [ "http://localhost:8043" ], // short version
422 "sample2" : { // long version 422 "sample2" : { // long version
423 "Url" : "http://localhost:8044", 423 "Url" : "http://localhost:8044",
424 "Username" : "alice", // optional 424 "Username" : "alice", // optional
425 "Password" : "alicePassword", // optional 425 "Password" : "alicePassword", // optional