{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Trace",
      "Microsoft": "Warning"
    }
  },
  "SettingsServices": {
    "CanConfigure": true
  },
  "ThreadWait": {
    "CheckUpdateService": 15000,
    "DownloadService": 180000,
    "UpdateService": 45000,
    "DeleteService": 300000,
    "UpdateLicenseService": 300000
  },
  "Kestrel": {
    "EndPoints": {
      "Http": {
        "Url": "http://localhost:5005"
      }
    }
  },
  "AllowedHosts": "*"
}
