Initial commit

This commit is contained in:
2025-11-29 20:25:53 +01:00
commit f9a41263a5
84 changed files with 83097 additions and 0 deletions

12
appsettings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=OneForMe.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}