|
@@ -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:
|