some changes

This commit is contained in:
2026-02-21 16:39:38 -08:00
parent 7348785e8a
commit 6f6123559e
6 changed files with 58 additions and 8 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Port=3306;Database=winstudentgoaltracker;Uid=root;Pwd=change_me;"
"DefaultConnection": "Set via MYSQL_HOST, MYSQL_PORT, MYSQL_DATABASE, MYSQL_USER, MYSQL_PASSWORD in .env"
},
"Jwt": {
"Key": "super_secret_key_change_me_in_production_123!",
"Key": "Set via JWT_KEY in .env",
"Issuer": "WinStudentGoalTrackerAPI"
},
"Ollama": {