edgex.yaml 357 B

1234567891011121314151617
  1. #Global Edgex configurations
  2. default:
  3. protocol: tcp
  4. server: localhost
  5. port: 5563
  6. topic: events
  7. serviceServer: http://localhost:48080
  8. # optional:
  9. # ClientId: client1
  10. # Username: user1
  11. # Password: password
  12. #Override the global configurations
  13. application_conf: #Conf_key
  14. protocol: tcp
  15. server: localhost
  16. port: 5571
  17. topic: application