Skip to content

Commit af4b793

Browse files
authored
Merge pull request #3797 from mikeee/mikeee-remove-deprecated-flag
change app protocol flag
2 parents 0b14f3e + 13be1b1 commit af4b793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ namespace CheckoutService.controller
219219
Navigate 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
465465
Navigate 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 %}}

0 commit comments

Comments
 (0)