ci: Containerization of the app

This commit is contained in:
Blake Ridgway 2025-06-18 16:32:36 -05:00
parent ed25245a1c
commit 8597f48180
3 changed files with 99 additions and 8 deletions

View file

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