Docker and EF Sqlite adjustments

This commit is contained in:
2025-10-17 14:28:10 -04:00
parent 3964a61794
commit 0ff45f9310
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SQLiteDefault": "Data Source=ChapterOrganizer.db"
"SQLiteDefault": "Data Source=data.db"
},
"Name" : "Test" ,
"ChapterSettings": {