comparison Resources/Configuration.json @ 3973:d86bddb50972

fix spelling errors according to debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 18:40:35 +0200
parents 596912ebab5f
children
comparison
equal deleted inserted replaced
3972:7f8b30416d50 3973:d86bddb50972
272 // "peer" : [ "http://127.0.0.1:8043/", "alice", "alicePassword" ] 272 // "peer" : [ "http://127.0.0.1:8043/", "alice", "alicePassword" ]
273 // "peer2" : [ "http://127.0.0.1:8044/" ] 273 // "peer2" : [ "http://127.0.0.1:8044/" ]
274 274
275 /** 275 /**
276 * This is another, more advanced format to define Orthanc 276 * This is another, more advanced format to define Orthanc
277 * peers. It notably allows to specify HTTP headers, a HTTPS 277 * peers. It notably allows one to specify HTTP headers, a HTTPS
278 * client certificate in the PEM format (as in the "--cert" option 278 * client certificate in the PEM format (as in the "--cert" option
279 * of curl), or to enable PKCS#11 authentication for smart cards. 279 * of curl), or to enable PKCS#11 authentication for smart cards.
280 **/ 280 **/
281 // "peer" : { 281 // "peer" : {
282 // "Url" : "http://127.0.0.1:8043/", 282 // "Url" : "http://127.0.0.1:8043/",