appCentre.config 867 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //配置文件
  2. {
  3. "list":
  4. [
  5. {
  6. "id":"appCentre",
  7. "pluginID":"appCentre",
  8. "lib":"binary\\AppCentre.dll",
  9. "singleton":true
  10. },
  11. {
  12. "id":"appCentreConfig",
  13. "pluginID":"appCentreConfig",
  14. "lib":"binary\\AppCentre.dll",
  15. "singleton":true
  16. },
  17. {
  18. "id":"appCentreUIHandler",
  19. "pluginID":"appCentreUIHandler",
  20. "lib":"binary\\AppCentre.dll",
  21. "singleton":true
  22. }
  23. ],
  24. //stForm 独立窗体
  25. //stOnMainform 集成窗体
  26. "showType":"stForm",
  27. "lxtAppKey":"0B6AC133A3E1FC7F5A3109F8A81E0825",
  28. "lxtAppSecret":"F48CF467B796B55B6F0C9A1D8EF2BA0A",
  29. "ip":"120.26.136.253",
  30. "port":51005,
  31. //用于登录
  32. "clientIP":"120.26.136.253",
  33. "clientPort":51004,
  34. "enable":true,
  35. "DanDianDengLu":false,
  36. "messageCentreIP":"120.26.136.253",
  37. "messageCentrePort":51008,
  38. "messageCentreEnable":true
  39. }