yangxu преди 1 година
родител
ревизия
4f016bba6d
променени са 3 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 2 2
      etc/connections/connection.yaml
  2. 1 1
      etc/mqtt_source.yaml
  3. 2 2
      etc/sources/edgex.yaml

+ 2 - 2
etc/connections/connection.yaml

@@ -1,6 +1,6 @@
 mqtt:
   localConnection: #connection key
-    server: "tcp://192.168.150.253:8383"
+    server: "tcp://192.168.150.254:8383"
     username: ekuiper
     password: password
     #certificationPath: /var/kuiper/xyz-certificate.pem
@@ -51,7 +51,7 @@ edgex:
     #    SkipCertVerify: true/false
   mqttMsgBus: #connection key
     protocol: tcp
-    server: 192.168.150.253
+    server: 192.168.150.254
     port: 8383
     type: mqtt
     optional:

+ 1 - 1
etc/mqtt_source.yaml

@@ -1,7 +1,7 @@
 #Global MQTT configurations
 default:
   qos: 1
-  server: "tcp://192.168.150.253:8383"
+  server: "tcp://192.168.150.254:8383"
   #decompression: zlib
   #username: user1
   #password: password

+ 2 - 2
etc/sources/edgex.yaml

@@ -46,7 +46,7 @@ application_conf: #Conf_key
 
 mqtt_conf: #Conf_key
   protocol: tcp
-  server: 192.168.150.253
+  server: 192.168.150.254
   port: 8383
   topic: events
   type: mqtt
@@ -55,7 +55,7 @@ mqtt_conf: #Conf_key
 
 share_conf: #Conf_key
   protocol: tcp
-  server: 192.168.150.253
+  server: 192.168.150.254
   port: 8383
   topic: events
   type: mqtt