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