ソースを参照

Update mqtt_source.yaml

Change to the default MQTT server address.
jinfahua 5 年 前
コミット
e457d38233
1 ファイル変更2 行追加2 行削除
  1. 2 2
      etc/mqtt_source.yaml

+ 2 - 2
etc/mqtt_source.yaml

@@ -2,11 +2,11 @@
 default:
 default:
   qos: 1
   qos: 1
   sharedsubscription: true
   sharedsubscription: true
-  servers: [tcp://10.211.55.6:1887]
+  servers: [tcp://127.0.0.1:1887]
   #TODO: Other global configurations
   #TODO: Other global configurations
 
 
 
 
 #Override the global configurations
 #Override the global configurations
 demo_conf: #Conf_key
 demo_conf: #Conf_key
   qos: 0
   qos: 0
-  servers: [tcp://10.211.55.6:1883, tcp://127.0.0.1]
+  servers: [tcp://10.211.55.6:1883, tcp://127.0.0.1]