summaryrefslogtreecommitdiff
path: root/wwwroot/appsettings.Development.json
blob: b3da6a46608864d1498924abdafe4cdee74a6525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "AllowedHosts": "*",
  "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://0.0.0.0:7132"
      }
    }
  },
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "HyperBooru.Services.OcrService": "Debug"
    }
  },
  "DisableOcr": true
}