{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DefaultConnection": "Host=localhost;Database=auto.bus;Username=postgres;Password=postgres;"
  },
  "Jwt": {
    "Key": "Secret which will never be exposed",
    "Audience": "Application URL",
    "Issuer": "Application URL",
    "ValidityInMinutes": 1,
    "RefreshTokenValidityInDays": 10
  }
}