connection.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. mqtt:
  2. localConnection: #connection key
  3. server: "tcp://192.168.150.254:8383"
  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:8383"
  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. baetylBroker:
  21. server: "mqtts://baetyl-broker.baetyl-edge-system:50010"
  22. clientid: ekuiper
  23. qos: 0
  24. certificationPath: /var/lib/baetyl/system/certs/crt.pem
  25. privateKeyPath: /var/lib/baetyl/system/certs/key.pem
  26. rootCaPath: /var/lib/baetyl/system/certs/ca.pem
  27. insecureSkipVerify: false
  28. edgex:
  29. redisMsgBus: #redis connection key
  30. protocol: redis
  31. server: 127.0.0.1
  32. port: 6379
  33. type: redis
  34. optional:
  35. password: 123456
  36. # Below is optional configurations settings for mqtt
  37. # type: mqtt
  38. # optional:
  39. # ClientId: client1
  40. # Username: user1
  41. # Password: password
  42. # Qos: 1
  43. # KeepAlive: 5000
  44. # Retained: true/false
  45. # ConnectionPayload:
  46. # CertFile:
  47. # KeyFile:
  48. # CertPEMBlock:
  49. # KeyPEMBlock:
  50. # SkipCertVerify: true/false
  51. mqttMsgBus: #connection key
  52. protocol: tcp
  53. server: 192.168.150.254
  54. port: 8383
  55. type: mqtt
  56. optional:
  57. KeepAlive: "50"
  58. natsMsgBus: #connection key
  59. protocol: tcp
  60. server: edgex-nats-server
  61. port: 4222
  62. type: nats-jetstream
  63. # optional:
  64. # ClientId ="<service-key>" # must be unique name of the service, thus the service key (core-data, etc) is used
  65. # # Connection information
  66. # Format = "nats" # Use 'json' for backward compatability with services using MQTT
  67. # ConnectTimeout = "5" # Seconds
  68. # RetryOnFailedConnect = "true"
  69. # QueueGroup = ""
  70. # Durable = "" # Jetstream only
  71. # AutoProvision = "true" # Jetstream only
  72. # Deliver = "new" # Jetstream only