Ryuiso 11 miesięcy temu
rodzic
commit
61b417282c
1 zmienionych plików z 11 dodań i 12 usunięć
  1. 11 12
      Backend/sample/src/main/resources/application-prd.yml

+ 11 - 12
Backend/sample/src/main/resources/application-prd.yml

@@ -49,39 +49,38 @@ mqtt:
   # 内网环境
   BASIC:
     protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
-    host: 203.156.230.4
+    host: 118.195.177.247
     port: 1883
     username: admin
-    password: Lx@304307910
-    client-id: JKEC
+    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: 203.156.230.4
+    host: 118.195.177.247
     port: 8083
     path: /mqtt
     username: admin
-    password: Lx@304307910
-
-  # 公网环境
+    password: T1SqDxbdSPVV24
+    
+  # 内网MQTT环境
 #  BASIC:
 #    protocol: MQTT # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
-#    host: 118.195.177.247
+#    host: 203.156.230.4
 #    port: 1883
 #    username: admin
-#    password: T1SqDxbdSPVV24
+#    password: Lx@304307910
 #    client-id: JKEC
 #    # 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
+#    host: 203.156.230.4
 #    port: 8083
 #    path: /mqtt
 #    username: admin
-#    password: T1SqDxbdSPVV24#
-
+#    password: Lx@304307910
 
 cloud-sdk:
   mqtt: