2019-11-09 13:34:49 +00:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
2019-11-10 12:38:40 +00:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Kestrel": {
|
|
|
|
"EndpointDefaults": {
|
|
|
|
"Protocols": "Http2"
|
|
|
|
},
|
|
|
|
"EndPoints": {
|
|
|
|
"Https":{
|
2019-11-10 13:13:57 +00:00
|
|
|
"Url": "https://0.0.0.0:8000"
|
2019-11-10 12:38:40 +00:00
|
|
|
}
|
|
|
|
}
|
2019-11-09 13:34:49 +00:00
|
|
|
}
|
2019-11-10 12:38:40 +00:00
|
|
|
}
|