mqtt_source.yaml 265 B

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