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