Skip to content

Commit b4079df

Browse files
committed
changing default dapr grpc port (#258)
(cherry picked from commit ae22eb2)
1 parent 7cdc62c commit b4079df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dapr.Client/DaprClientBuilder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Dapr.Client
1414
/// </summary>
1515
public sealed class DaprClientBuilder
1616
{
17-
const string defaultDaprGrpcPort = "52918";
17+
const string defaultDaprGrpcPort = "50001";
1818
string daprEndpoint;
1919
JsonSerializerOptions jsonSerializerOptions;
2020
GrpcChannelOptions gRPCChannelOptions;

0 commit comments

Comments
 (0)