Browse Source

Update mqtt_source.yaml

Change the port for the default server.
jinfahua 5 years ago
parent
commit
ca7b42fed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/mqtt_source.yaml

+ 1 - 1
etc/mqtt_source.yaml

@@ -2,7 +2,7 @@
 default:
   qos: 1
   sharedsubscription: true
-  servers: [tcp://127.0.0.1:1887]
+  servers: [tcp://127.0.0.1:1883]
   #TODO: Other global configurations