{ "ConnectionStrings": { "DefaultConnection": "Server=localhost;Port=3306;Database=win_student_goal_tracker;Uid=root;Pwd=change_me;" }, "Jwt": { "Key": "super_secret_key_change_me_in_production_123!", "Issuer": "WinStudentGoalTrackerAPI" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }