Start an API project

This commit is contained in:
Tracy Pearson
2020-10-16 22:56:27 -04:00
parent 09a3f1012c
commit 4e9964435b
9 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}