edgex.yaml 459 B

12345678910111213141516171819202122
  1. #Global Edgex configurations
  2. default:
  3. protocol: tcp
  4. # Below is optional configurations settings for mqtt
  5. # type: mqtt
  6. # optional:
  7. # ClientId: client1
  8. # Username: user1
  9. # Password: password
  10. # Qos: 1
  11. # KeepAlive: 5000
  12. # Retained: true
  13. # ConnectionPayload:
  14. # CertFile:
  15. # KeyFile:
  16. # CertPEMBlock:
  17. # KeyPEMBlock:
  18. # SkipCertVerify: true/false
  19. #Override the global configurations
  20. application_conf: #Conf_key
  21. protocol: tcp