Changed the structure so git root folder is also project root folder.

This commit is contained in:
2026-03-18 01:32:23 +01:00
parent cb5db8df2e
commit a3fb294e4b
120 changed files with 75 additions and 262 deletions

9
appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}