aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/appsettings.json
blob: d09e564f7e73e3809f3aaed756a52661ef8d7475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "System.Net.Http.HttpClient": "Warning"
    },
    "Console": {
      "FormatterName": "simple",
      "FormatterOptions": {
        "SingleLine": true
      }
    }
  },
  "AllowedHosts": "*"
}