Newer
Older
OutboxPattern / appsettings.json
@Derek Comartin Derek Comartin on 10 Mar 2022 182 bytes Init
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}