Commit b9172adf by gdj

修改mqtt配置,修复ws连接。

parent 387aeed3
...@@ -55,9 +55,11 @@ mqtt: ...@@ -55,9 +55,11 @@ mqtt:
path: path:
DRC: DRC:
protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
host: emqx-broker # host: emqx-broker
# host: 192.168.32.90 # host: 192.168.32.90
port: 8083 # port: 8083
host: 218.17.9.14
port: 54419
path: /mqtt path: /mqtt
username: JavaServer username: JavaServer
password: 123456 password: 123456
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment