直接引入ZeroIoT源码,简化用户操作与理解
智能大石头 authored at 2024-05-15 21:27:26
451.00 B
NewLife.Remoting
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "Urls": "http://*:1880",
  "ConnectionStrings": {
    "IoT": "Data Source=..\\Data\\IoT.db;Provider=Sqlite",
    "IoTData": "Data Source=..\\Data\\IoTData.db;ShowSql=false;Provider=Sqlite",
    "Membership": "Data Source=..\\Data\\Membership.db;Provider=Sqlite"
  }
}