mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-30 08:38:20 +00:00
* Initial prototype of .NET gRPC worker client + service --------- Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
9 lines
105 B
JSON
9 lines
105 B
JSON
{
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
}
|
|
}
|
|
}
|