ci: Containerization of the app #2

Merged
ciphervance merged 5 commits from feat/docker into main 2025-06-18 21:32:37 +00:00
Showing only changes of commit 4d67602dbf - Show all commits

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": "*"
} }