netwo 501 B

12345678910111213141516171819
  1. { "SSL":
  2. {"user": "C:\\Users\\studen\\.labkey\\crt\\astuden1.crt",
  3. "key": "C:\\Users\\studen\\.labkey\\crt\\astuden1.key",
  4. "ca": "C:\\Users\\studen\\.labkey\\crt\\NIXLJU-CA_chain.crt",
  5. "keyPwd" : "notUsed"
  6. },
  7. "host" : "https://merlin.fmf.uni-lj.si",
  8. "context" : "labkey",
  9. "labkey" :
  10. { "user" : "andrej.studen@ijs.si",
  11. "password" : "labkeyPassword"
  12. },
  13. "orthanc":
  14. { "server":"https://orthanc.fmf.uni-lj.si",
  15. "user":"orthancUser",
  16. "password":"orthancPassword"
  17. }
  18. }