Add project files.

This commit is contained in:
t.ruspekhofer 2022-02-13 19:54:35 +01:00
parent d867fa03f3
commit 00c33a335c
41 changed files with 1543 additions and 0 deletions

9
Lieb/appsettings.json Normal file
View file

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