{ "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=Desarrollo;User Id=desarrollo;Password=desarrollo2026;TrustServerCertificate=true;" }, "JwtSettings": { "Secret": "ThisIsA32CharacterLongSecretKey!!", "ExpirationHours": 24 }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }