|
@@ -1,6 +1,6 @@
|
|
|
mqtt:
|
|
|
localConnection: #connection key
|
|
|
- server: "tcp://127.0.0.1:1883"
|
|
|
+ server: "tcp://192.168.150.253:8383"
|
|
|
username: ekuiper
|
|
|
password: password
|
|
|
#certificationPath: /var/kuiper/xyz-certificate.pem
|
|
@@ -9,7 +9,7 @@ mqtt:
|
|
|
#insecureSkipVerify: false
|
|
|
#protocolVersion: 3
|
|
|
cloudConnection: #connection key
|
|
|
- server: "tcp://broker.emqx.io:1883"
|
|
|
+ server: "tcp://broker.emqx.io:8383"
|
|
|
username: user1
|
|
|
password: password
|
|
|
#certificationPath: /var/kuiper/xyz-certificate.pem
|
|
@@ -32,6 +32,8 @@ edgex:
|
|
|
server: 127.0.0.1
|
|
|
port: 6379
|
|
|
type: redis
|
|
|
+ optional:
|
|
|
+ password: 123456
|
|
|
# Below is optional configurations settings for mqtt
|
|
|
# type: mqtt
|
|
|
# optional:
|
|
@@ -49,8 +51,8 @@ edgex:
|
|
|
# SkipCertVerify: true/false
|
|
|
mqttMsgBus: #connection key
|
|
|
protocol: tcp
|
|
|
- server: 127.0.0.1
|
|
|
- port: 1883
|
|
|
+ server: 192.168.150.253
|
|
|
+ port: 8383
|
|
|
type: mqtt
|
|
|
optional:
|
|
|
KeepAlive: "50"
|