summaryrefslogtreecommitdiff
path: root/src/web.api/appsettings.json
blob: d9d9a9bff6fd6f3ee7ea00de958f135a4a28c6e6 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}