summaryrefslogtreecommitdiff
path: root/dwalker.xyz/appsettings.json
blob: cb15033c95b2785c4829f3bba8b99555e20995cc (plain)
1
2
3
4
5
6
7
8
9
10
{
  "AllowedHosts": "*",
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}