18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "Information"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://localhost:5000",
|
|
"Protocols": "Http2"
|
|
}
|
|
}
|
|
}
|
|
}
|