mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 06:27:37 +00:00
21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"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": "*"
|
|
}
|