aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/appsettings.json
blob: 53753bd6a8b0ec3f2c51a0606a772e91a869c3d1 (plain)
1
2
3
4
5
6
7
8
{
  "Logging": {
    "LogLevel": {
      "Default": "Information"
    }
  },
  "AllowedHosts": "*"
}