platforms.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "current_platform": "aliyun_prod_env",
  3. "platform_l": {
  4. "aliyun_prod_env": {
  5. "id": 1,
  6. "name": "阿里云生产",
  7. "status": "connected",
  8. "ip": "mqtt.cpyypt.cn",
  9. "port": 9000,
  10. "sub_topic ": [
  11. [
  12. "cpyypt/up/2006/#",
  13. 0
  14. ]
  15. ],
  16. "pub_topic ": "cpyypt/down/2006/0000000101",
  17. "client_id": "pos_mng_DESKTOP-0KCRUKN_3",
  18. "username": "cpyypt",
  19. "password": "1SvTlvm1VCawSzS"
  20. },
  21. "test_env": {
  22. "id": 2,
  23. "name": "测试环境",
  24. "status": "disconnected",
  25. "ip": "test-mqtt.cpyypt.cn",
  26. "port": 9000,
  27. "sub_topic ": [
  28. [
  29. "cpyypt/up/2006/#",
  30. 0
  31. ]
  32. ],
  33. "pub_topic ": "cpyypt/down/2006/0000000101",
  34. "username": "admin",
  35. "password": "houjianwei",
  36. "client_id": "pos_mng_DESKTOP-0KCRUKN_44"
  37. },
  38. "localize_a_env": {
  39. "id": 3,
  40. "name": "本地化A云平台",
  41. "status": "disconnected",
  42. "ip": "mqtt.localize_a_env.com",
  43. "port": 1883,
  44. "sub_topic ": [
  45. [
  46. "cpyypt/up/2006/#",
  47. 0
  48. ]
  49. ],
  50. "pub_topic ": "cpyypt/down/2006/0000000101",
  51. "username": "localize_a_env_user",
  52. "password": "localize_a_env_pass",
  53. "client_id": "pos_mng_DESKTOP-0KCRUKN_46"
  54. }
  55. }
  56. }