This commit is contained in:
Jöran Malek 2024-02-02 18:46:24 +01:00
commit b01c097562
22 changed files with 1439 additions and 0 deletions

View file

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