connection.yaml 871 B

12345678910111213141516171819202122232425262728293031323334
  1. mqtt:
  2. mqtt_conf1: #connection key
  3. servers: [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.ke
  8. #insecureSkipVerify: false
  9. #protocolVersion: 3
  10. clientid: ekuiper
  11. mqtt_conf2: #connection key
  12. servers: ["tcp://127.0.0.1:1883"]
  13. edgex:
  14. edgex_conf1: #connection key
  15. protocol: redis
  16. server: 127.0.0.1
  17. port: 6379
  18. type: redis
  19. # Below is optional configurations settings for mqtt
  20. # type: mqtt
  21. # optional:
  22. # ClientId: client1
  23. # Username: user1
  24. # Password: password
  25. # Qos: 1
  26. # KeepAlive: 5000
  27. # Retained: true/false
  28. # ConnectionPayload:
  29. # CertFile:
  30. # KeyFile:
  31. # CertPEMBlock:
  32. # KeyPEMBlock:
  33. # SkipCertVerify: true/false