{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
    //"MySqlConnection-Recaudacion": "Server=66.228.56.33;Port=3306;User ID=admin;Password=Lusa.2024$Orv.;Database=envdtsme_prueba;"
    "MySqlConnection-Recaudacion": "Server=localhost;Port=3306;User ID=admin;Password=Lusa.2024$Orv.;Database=lusapay_produccion;"
  },
  "Jwt": {
    "Key": "aquiValaClav3your_secret_key_here",
    "Issuer": "http://66.228.56.33:5003/",
    "Audience": "http://66.228.56.33:5003/",
    "Subject": "baseWebApiSubject"

  },
  "AllowedHosts": "*"
}