File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
daprdocs/content/en/developing-applications/building-blocks/pubsub Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ namespace CheckoutService.controller
219219Navigate to the directory containing the above code, then run the following command to launch both a Dapr sidecar and the subscriber application :
220220
221221` ` ` bash
222- dapr run --app-id checkout --app-port 6002 --dapr-http-port 3602 --dapr-grpc-port 60002 --app-ssl dotnet run
222+ dapr run --app-id checkout --app-port 6002 --dapr-http-port 3602 --dapr-grpc-port 60002 --app-protocol https dotnet run
223223` ` `
224224
225225{{% /codetab %}}
@@ -465,7 +465,7 @@ namespace EventService
465465Navigate to the directory containing the above code, then run the following command to launch both a Dapr sidecar and the publisher application:
466466
467467``` bash
468- dapr run --app-id orderprocessing --app-port 6001 --dapr-http-port 3601 --dapr-grpc-port 60001 --app-ssl dotnet run
468+ dapr run --app-id orderprocessing --app-port 6001 --dapr-http-port 3601 --dapr-grpc-port 60001 --app-protocol https dotnet run
469469```
470470
471471{{% /codetab %}}
You can’t perform that action at this time.
0 commit comments