From beab7c46edde1979cb6ee9b6d2c1ca72000b1784 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 11 五月 2024 13:58:29 +0800 Subject: [PATCH] 增加维修资料相关实体 --- Tiger.Api/appsettings.json | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Tiger.Api/appsettings.json b/Tiger.Api/appsettings.json index d8783e1..b7c8575 100644 --- a/Tiger.Api/appsettings.json +++ b/Tiger.Api/appsettings.json @@ -18,7 +18,7 @@ "http://*:9530", //PDA "http://*:9531", //鐪嬫澘 "http://*:9532", //渚涘簲鍟� - "http://*:9533" //渚涘簲鍟� + "http://*:9533" // ] }, "Upgrade": { @@ -39,7 +39,25 @@ "Vue31": "https://localhost:3100", "Vue32": "http://localhost:10591", "Vue4": "http://127.0.0.1:5173", - "Vue5": "http://localhost:5173" + "Vue5": "http://localhost:5173", + "Vue3108": "http://localhost:3108", + "Vue3118": "http://localhost:3118" + }, + "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