Migrated aurora-cradle-sharp to /aurora-cradle-sharp

This commit is contained in:
Brandon Watson
2021-03-05 22:45:06 -05:00
parent a8e418cc1b
commit 49338af6f4
22 changed files with 931 additions and 0 deletions

View File

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