diff --git a/aspnet-core/modules/dapr/README.md b/aspnet-core/modules/dapr/README.md index 751de7037..d00c50c5e 100644 --- a/aspnet-core/modules/dapr/README.md +++ b/aspnet-core/modules/dapr/README.md @@ -73,10 +73,14 @@ dapr run --app-id myapp --app-port 5000 -H 50000 -G 40001 -- dotnet run ```json { + "Dapr": { + "Client": { + "HttpEndpoint": "http://127.0.0.1:50000" + } + }, "RemoteActors": { "System": { - "ActorId": "1", - "BaseUrl": "http://127.0.0.1:50000" + "ActorId": "1" } } }