From 35190a1fbda7ad9b3147810c6f4fa3e3c3829391 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 19 Sep 2023 09:41:43 +0800
Subject: [PATCH] 环境配置

---
 src/mqtt/config.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mqtt/config.ts b/src/mqtt/config.ts
index bc8f71d..7f3e5bf 100644
--- a/src/mqtt/config.ts
+++ b/src/mqtt/config.ts
@@ -9,9 +9,9 @@
   reconnectPeriod: 10000, // 重连间隔时间: 5s
   keepalive: 1, // 心跳间隔时间:1s
   clientId: 'DroneWeb',
-  // username: 'guest',
-  // password: 'guest',
-  host: '192.168.1.198',
+  username: 'root',
+  password: 'root',
+  host: '182.106.212.58',
   protocol: 'ws',
-  port: 8083,
+  port: 35675,
 }

--
Gitblit v1.9.3