20 lines
No EOL
350 B
JSON
20 lines
No EOL
350 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
},
|
|
"EndPoints": {
|
|
"Https":{
|
|
"Url": "https://localhost:8000"
|
|
}
|
|
}
|
|
}
|
|
} |