edgex.yaml 267 B

1234567891011121314
  1. #Global Edgex configurations
  2. default:
  3. protocol: tcp
  4. server: localhost
  5. port: 5570
  6. topic: events
  7. serviceServer: http://localhost:10080
  8. #Override the global configurations
  9. demo_conf: #Conf_key
  10. protocol: tcp
  11. server: 10.211.55.6
  12. port: 5570
  13. topic: events