20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
},
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://localhost:3442"
|
|
}
|
|
}
|
|
}
|
|
}
|