{
  "UseMySQL": true,
  "UsePostgres": false,
  "ConnectionStrings": {
    "DefaultConnection": "server=localhost;port=3306;database=eune6179_financeiro;uid=eune6179_financeiro;pwd=*Vm04021994;charset=utf8mb4;Pooling=true;Maximum Pool Size=100;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "Microsoft.EntityFrameworkCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "SecretKey": "sua-chave-super-secreta-min-32-caracteres-aqui!",
    "Issuer": "FinControl",
    "Audience": "FinControlUsers",
    "ExpirationMinutes": 60
  }
}
