Newer
Older
eShopOnWeb-MessageDriven / src / PublicApi / appsettings.Development.json
@Derek Comartin Derek Comartin on 29 Jun 2021 268 bytes Add NServiceBus
{
  "baseUrls": {
    "apiBase": "https://localhost:5099/api/",
    "webBase": "https://localhost:44315/"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  }
}