服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-25 353ae2ebfdb15428e6891a095de13cd2731843b9
Tiger.Api/appsettings.json
@@ -44,7 +44,8 @@
    "Vue5": "http://192.168.124.7:3100",
    "Vue6": "http://localhost:5173",
    "Vue3108": "http://localhost:3108",
    "Vue3118": "http://localhost:8800"
    "Vue3118": "http://localhost:3118",
    "Vue7": "http://localhost:8800"
  },
  "MQTT": {
    "Enable": true,
@@ -62,5 +63,5 @@
    "WillMsgDelay": 5,
    "WillMsgExpiry": 300
  },
  "RunInterface": true
  "RunInterface": false
}