Quellcode durchsuchen

Update network-config-sample.json

Andrej Studen vor 4 Jahren
Ursprung
Commit
ac9c7730f7
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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"
 }