restructuring filetree

This commit is contained in:
Chris
2026-04-07 20:27:02 +02:00
parent e043655469
commit a5027b6361
106 changed files with 78271 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"Database": {
"Provider": "Sqlite"
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=app.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}