appsettings.json 520 Bytes
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "Default": "Data Source=hhecs.daq.db;Version=3;",
    "TiDB": "Server=172.16.27.149;UserId=root;Password=HHsoft123.;Port=4000;Database=huahenge_iot",
    "MySQL": "Data Source=192.168.64.100;Port=3306;Database=huahenge_iot;uid=root;pwd=mysql_dWsGek;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true;SslMode=None;Pooling=true"
  }
}