Initial commit

This commit is contained in:
Mark J Price 2022-03-15 11:01:57 +00:00
parent f7cc057037
commit f2066234b0
18 changed files with 98 additions and 18 deletions

View file

@ -2,7 +2,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Hosting.Diagnostics": "Information"
}
},
"AllowedHosts": "*"