Merge branch 'master' into business
大石头 编写于 2024-10-29 10:27:40
AntJob
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "His": {
      "connectionString": "Data Source=..\\Hisagent\\Data\\His.db",
      "providerName": "SQLite"
    }
  }
}