Sfoglia il codice sorgente

Update network-config-sample.json

Andrej Studen 4 anni fa
parent
commit
ac9c7730f7
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      network-config-sample.json

+ 3 - 1
network-config-sample.json

@@ -13,6 +13,8 @@
   }
   "orthanc":
   { "user" : "userName",
-    "password": "orthancPassword"
+    "password": "orthancPassword",
+    "server":"https://orthanc.fmf.uni-lj.si",
+    "notUsedSSL":"change to SSL to use SSL, provide user crt, key and ca"
 }