Re-arranging files to add test project. Adding WIP cursor list

This commit is contained in:
Brandon Watson
2021-03-04 12:08:53 -05:00
parent 00ab0323c7
commit 91d0a55d5e
12 changed files with 272 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http1"
}
}
}