|
@@ -45,25 +45,9 @@ jwt:
|
|
|
|
|
|
|
|
mqtt:
|
|
mqtt:
|
|
|
# @see com.dji.sample.component.mqtt.model.MqttUseEnum
|
|
# @see com.dji.sample.component.mqtt.model.MqttUseEnum
|
|
|
|
|
+
|
|
|
# BASIC parameters are required.
|
|
# BASIC parameters are required.
|
|
|
- # 内网环境
|
|
|
|
|
-# BASIC:
|
|
|
|
|
-# protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
|
|
-# host: 118.195.177.247
|
|
|
|
|
-# port: 1883
|
|
|
|
|
-# username: admin
|
|
|
|
|
-# password: T1SqDxbdSPVV24
|
|
|
|
|
-# client-id: ZYUAS
|
|
|
|
|
-# # If the protocol is ws/wss, this value is required.
|
|
|
|
|
-# path:
|
|
|
|
|
-# DRC:
|
|
|
|
|
-# protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
|
|
|
-# host: 118.195.177.247
|
|
|
|
|
-# port: 8083
|
|
|
|
|
-# path: /mqtt
|
|
|
|
|
-# username: admin
|
|
|
|
|
-# password: T1SqDxbdSPVV24
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
# 内网MQTT环境
|
|
# 内网MQTT环境
|
|
|
BASIC:
|
|
BASIC:
|
|
|
protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|
|
protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
|