Newer
Older
Warehouse / src / WebApi / appsettings.Development.json
@Derek Comartin Derek Comartin on 22 Aug 2023 491 bytes Init
{
  "CorsSettings": {
    "AllowedOrigins": [ "http://localhost:4200", "https://localhost:4200" ]
  },
  "UserSeedSettings": {
    "SeedDefaultUser": true
  },
  "SwaggerSettings": {
    "UseSwagger": true
  },
  "AzureKeyVaultSettings": {
    "AddToConfiguration": false
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Information",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "LogglySettings": {
    "WriteToLoggly": false
  }
}