Skip to content

Commit

Permalink
Update daprdocs/content/en/java-sdk-docs/java-client/_index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska and cicoyle authored Jan 23, 2024
1 parent edb7752 commit 50968fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/java-sdk-docs/java-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This will connect to the default Dapr gRPC endpoint `localhost:50001`.

##### Dapr Sidecar Endpoints
You can use the standardized `DAPR_GRPC_ENDPOINT` and `DAPR_HTTP_ENDPOINT` environment variables to
specify a different gRPC endpoint. When these variables are set, the client will automatically use them to connect to the Dapr sidecar.
specify a different gRPC or HTTP endpoint. When these variables are set, the client will automatically use them to connect to the Dapr sidecar.

The legacy environment variables `DAPR_HTTP_PORT` and `DAPR_GRPC_PORT` are still supported, but `DAPR_GRPC_ENDPOINT` and `DAPR_HTTP_ENDPOINT` take precedence.

Expand Down

0 comments on commit 50968fd

Please sign in to comment.