mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 06:27:37 +00:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Set via MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE, MYSQL_USER, MYSQL_PASSWORD in .env"
|
|
},
|
|
"Jwt": {
|
|
"Key": "Set via JWT_KEY in .env",
|
|
"Issuer": "WinStudentGoalTrackerAPI"
|
|
},
|
|
"Ollama": {
|
|
"BaseUrl": "https://llm.opelly.me",
|
|
"Model": "gpt-oss:20b"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|