{
  "UseMySQL": true,
  "UsePostgres": false,
  "ConnectionStrings": {
    "DefaultConnection": "server=localhost;port=3306;database=eune6179_financeiro;uid=eune6179_financeiro;pwd=*Vm04021994;charset=utf8mb4;Convert Zero Datetime=True;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.EntityFrameworkCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "SecretKey": "your-secret-key-change-this-in-production",
    "Issuer": "FinControl",
    "Audience": "FinControlUsers",
    "ExpirationMinutes": 10080
  }
}
