服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-08-20 37fc700892a509346d5be0a1af2d3de1fe8d3a9e
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
}