appCentre.config 857 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":"111.113.17.86",
  30. "port":8081,
  31. //用于登录
  32. "clientIP":"111.113.17.86",
  33. "clientPort":8082,
  34. "enable":true,
  35. "DanDianDengLu":false,
  36. "messageCentreIP":"111.113.17.86",
  37. "messageCentrePort":8079,
  38. "messageCentreEnable":true
  39. }