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