Newer
Older
TaskBasedUI-HTTPAPI / AspNetCore / appsettings.json
@Derek Comartin Derek Comartin on 5 Mar 2021 182 bytes Init
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}