Newer
Older
eShopOnWeb-VerticalFeatureSlices / src / BlazorAdmin / wwwroot / appsettings.Development.json
@Derek Comartin Derek Comartin on 27 Jul 2021 271 bytes Init
{
  "baseUrls": {
    "apiBase": "https://localhost:5099/api/",
    "webBase": "https://localhost:44315/"
  },
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "System": "Warning"
    }
  }
}