fix: Renamed MowLog.db to turf_tasker.db

This commit is contained in:
Blake Ridgway 2025-06-18 12:31:40 -05:00
parent 293448ffa2
commit 4d67602dbf

View file

@ -1,6 +1,6 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Data Source=MowLog.db" "DefaultConnection": "Data Source=turf_tasker.db"
}, },
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
@ -9,4 +9,4 @@
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*"
} }