This commit is contained in:
h z
2025-05-03 20:06:51 +01:00
commit d50ec46b08
10 changed files with 170 additions and 0 deletions

9
appsettings.json Normal file
View File

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