Commit bda15104 by gdj

修改wss连接为域名

parent 3bf49588
...@@ -55,12 +55,12 @@ mqtt: ...@@ -55,12 +55,12 @@ mqtt:
# If the protocol is ws/wss, this value is required. # If the protocol is ws/wss, this value is required.
path: path:
DRC: DRC:
protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum protocol: WSS # @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: 203.186.109.106 host: geofly-dev.geotwin.cc
port: 44419 port: 443
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