connection.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. mqtt:
  2. localConnection: #connection key
  3. server: "tcp://127.0.0.1:1883"
  4. username: ekuiper
  5. password: password
  6. #certificationPath: /var/kuiper/xyz-certificate.pem
  7. #privateKeyPath: /var/kuiper/xyz-private.pem.key
  8. #rootCaPath: /var/kuiper/xyz-rootca.pem
  9. #insecureSkipVerify: false
  10. #protocolVersion: 3
  11. cloudConnection: #connection key
  12. server: "tcp://broker.emqx.io:1883"
  13. username: user1
  14. password: password
  15. #certificationPath: /var/kuiper/xyz-certificate.pem
  16. #privateKeyPath: /var/kuiper/xyz-private.pem.ke
  17. #rootCaPath: /var/kuiper/xyz-rootca.pem
  18. #insecureSkipVerify: false
  19. #protocolVersion: 3
  20. edgex:
  21. redisMsgBus: #redis connection key
  22. protocol: redis
  23. server: 127.0.0.1
  24. port: 6379
  25. type: redis
  26. # Below is optional configurations settings for mqtt
  27. # type: mqtt
  28. # optional:
  29. # ClientId: client1
  30. # Username: user1
  31. # Password: password
  32. # Qos: 1
  33. # KeepAlive: 5000
  34. # Retained: true/false
  35. # ConnectionPayload:
  36. # CertFile:
  37. # KeyFile:
  38. # CertPEMBlock:
  39. # KeyPEMBlock:
  40. # SkipCertVerify: true/false
  41. mqttMsgBus: #connection key
  42. protocol: tcp
  43. server: 127.0.0.1
  44. port: 1883
  45. type: mqtt
  46. optional:
  47. KeepAlive: "50"
  48. zeroMsgBus: #connection key
  49. protocol: tcp
  50. server: localhost
  51. port: 5571
  52. type: zero