appsettings.json 321 Bytes
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "Default": "Data Source=172.16.29.88;Initial Catalog=test;Persist Security Info=True;User ID=sa;Password=1qaz!QAZ;Trust Server Certificate=True"
  }
}