{ "ConnectionStrings": { "DefaultConnection": "Server=localhost;Port=3306;Database=winstudentgoaltracker;Uid=root;Pwd=change_me;" }, "Jwt": { "Key": "super_secret_key_change_me_in_production_123!", "Issuer": "WinStudentGoalTrackerAPI" }, "Ollama": { "BaseUrl": "https://llm.opelly.me", "Model": "gpt-oss:20b" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }