feat(*): Add base aspnetcore mvc files

This commit is contained in:
Josh Creek
2021-11-07 07:29:00 +00:00
parent 980a678efc
commit 861722a692
52 changed files with 40140 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}