{ "ConnectionStrings": { "DefaultConnection": "Server=localhost;Database=HardwarePerformance;User=root;Password=123456;", "Redis": "localhost:6379" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }