{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    "DefaultConnection": "Host=localhost;Port=55432;Database=myappdb;Username=postgres;Password=newpassword"
  },
  "Jwt": {
    "Key": "YourSecretKeyHereMustBeAtLeast32CharactersLongForHS256Algorithm"
  }
}
