aurora/aurora-cradle-sharp/AuroraCradle/appsettings.json

16 lines
261 B
JSON
Raw Normal View History

2021-03-04 06:57:21 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http1"
}
}
}