This commit is contained in:
Natlinux81
2025-04-21 16:55:15 +02:00
commit d5f6034a28
39 changed files with 15372 additions and 0 deletions

9
src/API/appsettings.json Normal file
View File

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