mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-08 13:10:03 +00:00
19 lines
406 B
JSON
19 lines
406 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Warning",
|
||
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Information",
|
||
|
|
"Microsoft": "Information",
|
||
|
|
"Microsoft.Orleans": "Warning",
|
||
|
|
"Orleans.Runtime": "Error",
|
||
|
|
"Grpc": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"Kestrel": {
|
||
|
|
"EndpointDefaults": {
|
||
|
|
"Protocols": "Http2"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|