Commit bda15104 by gdj

修改wss连接为域名

parent 3bf49588
......@@ -55,12 +55,12 @@ mqtt:
# If the protocol is ws/wss, this value is required.
path:
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: 192.168.32.90
# port: 8083
host: 203.186.109.106
port: 44419
host: geofly-dev.geotwin.cc
port: 443
path: /mqtt
username: JavaServer
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