about summary refs log tree commit diff
path: root/OsuFederatedBeatmapApi/appsettings.json
blob: cbabb336f1256a999d0a3a46d5b1f2d9493275cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "AllowedHosts": "*"
}