srvconf.json 457 B

123456789101112131415161718192021222324252627
  1. {
  2. "Application":"DIOS Proc",
  3. "SupportSSL":"ON",
  4. "CertFilePath":"",
  5. "PortMap":[
  6. {
  7. "Type": "Detector",
  8. "RPCPort":9010,
  9. "HTTPPort":9011
  10. },
  11. {
  12. "Type": "Generator",
  13. "RPCPort":9030,
  14. "HTTPPort":9031
  15. },
  16. {
  17. "Type": "SynBox",
  18. "RPCPort":9040,
  19. "HTTPPort":9041
  20. },
  21. {
  22. "Type": "Subsystem",
  23. "RPCPort":9050,
  24. "HTTPPort":9051
  25. }
  26. ]
  27. }