Files
WinStudentGoalTracker/api/appsettings.json
T
2026-02-20 21:40:34 -08:00

21 lines
487 B
JSON

{
"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",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}