|
@@ -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"
|
|
|
+ }
|
|
|
+
|
|
|
+}
|