From 1858d33ed2b1f5013eb2153b32070e0ae6b547f8 Mon Sep 17 00:00:00 2001
From: Cloud Zhang <941187371@qq.com>
Date: 星期四, 16 五月 2024 14:18:25 +0800
Subject: [PATCH] 料站表相关接口

---
 Tiger.Api/appsettings.json |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Tiger.Api/appsettings.json b/Tiger.Api/appsettings.json
index 662ecc3..67697c4 100644
--- a/Tiger.Api/appsettings.json
+++ b/Tiger.Api/appsettings.json
@@ -41,5 +41,21 @@
     "Vue4": "http://127.0.0.1:5173",
     "Vue5": "http://localhost:5173"
   },
+  "MQTT": {
+    "Enable": true,
+    "Address": "47.115.28.255",
+    "Port": 1883,
+    "Username": "api",
+    "Password": "emqx@123",
+    "ApiPort": 18083,
+    "ApiKey": "ee26b0dd4af7e749",
+    "ApiSecretKey": "XHOUC9BQSoa0j0jRINQEkQanIR1nzDQUY8GnYtaktEQJ",
+    "WillMsgTopic": "",
+    "WillMsgQos": 0,
+    "WillMsgRetain": true,
+    "WillMsgPayload": "Api Offline",
+    "WillMsgDelay": 5,
+    "WillMsgExpiry": 300
+  },
   "RunInterface": false
 }
\ No newline at end of file

--
Gitblit v1.9.3