API Silent Merge fail

This commit is contained in:
ivan-pelly
2026-02-21 10:57:12 -08:00
parent c71d8911ac
commit 8304d65e65
10 changed files with 82 additions and 25 deletions
+8
View File
@@ -2,6 +2,14 @@
"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"
},
"Ollama": {
"BaseUrl": "https://llm.opelly.me",
"Model": "gpt-oss:20b"
},
"Logging": {
"LogLevel": {
"Default": "Information",