22 lines
362 B
JSON
22 lines
362 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http1": {
|
|
"Url": "http://*:58640",
|
|
"Protocols": "Http1"
|
|
},
|
|
"Http2": {
|
|
"Url": "http://*:58641",
|
|
"Protocols": "Http2"
|
|
}
|
|
}
|
|
}
|
|
}
|