Files
WinStudentGoalTracker/api/appsettings.Development.json
T
2026-02-21 12:01:36 -08:00

12 lines
258 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Port=3306;Database=winstudentgoaltracker;Uid=root;Pwd=change_me;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}