This commit is contained in:
h z
2025-04-27 11:25:15 +01:00
commit b5bfd52148
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": "*"
}