Browse Source

Adding network-config-samples-win.json

Andrej Studen 2 years ago
parent
commit
8bc8eff9c0
1 changed files with 19 additions and 0 deletions
  1. 19 0
      netwo

+ 19 - 0
netwo

@@ -0,0 +1,19 @@
+{ "SSL":
+  {"user": "C:\\Users\\studen\\.labkey\\crt\\astuden1.crt",
+    "key": "C:\\Users\\studen\\.labkey\\crt\\astuden1.key",
+    "ca":  "C:\\Users\\studen\\.labkey\\crt\\NIXLJU-CA_chain.crt",
+    "keyPwd" : "notUsed"
+  },
+  "host" : "https://merlin.fmf.uni-lj.si",
+  "context" : "labkey",
+  "labkey" :
+  { "user" : "andrej.studen@ijs.si",
+    "password" : "labkeyPassword"
+  },
+  "orthanc":
+  {	"server":"https://orthanc.fmf.uni-lj.si",
+	"user":"orthancUser",
+	"password":"orthancPassword"
+  }
+
+}