{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "MySqlConnection-LusaPay": "Data Source=localhost;Port=3306;Initial Catalog=lusapay_produccion;User ID=admin;Password=Lusa.2024$Orv.;"
  },
  "Jwt": {
    "Key": "=secret\"a&t%m$m#a?x\"=date\"2.0.2.6,0.7,2.1\"=developer\"JOSE-IGNACIO-SANCHEZ\"",
    "Issuer": "https://lusapay.mx/",
    "Audience": "https://lusapay.mx/",
    "ExpiresInMinutes": "5"
  }
}