initial commit

This commit is contained in:
2022-01-22 12:24:55 +01:00
parent fa4634e13a
commit 4f0e1eacc9
35 changed files with 1417 additions and 0 deletions

9
appsettings.json Normal file
View File

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