Fix default GRPC port.

This commit is contained in:
Artur Souza 2020-05-06 10:16:09 -07:00
parent 818667ed2e
commit b85145d4c3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class Properties {
/** /**
* Dapr's default GRPC port. * Dapr's default GRPC port.
*/ */
private static final Integer DEFAULT_GRPC_PORT = 50051; private static final Integer DEFAULT_GRPC_PORT = 50001;
/** /**
* Dapr's default GRPC port. * Dapr's default GRPC port.