mqtt_source.yaml 291 B

12345678910111213
  1. #Global MQTT configurations
  2. default:
  3. qos: 1
  4. sharedsubscription: true
  5. servers: [tcp://127.0.0.1:1883]
  6. clientid: xstream_client
  7. #TODO: Other global configurations
  8. #Override the global configurations
  9. demo_conf: #Conf_key
  10. qos: 0
  11. servers: [tls://10.211.55.6:1883, tcp://127.0.0.1]