Browse Source

Merge pull request #244 from colinin/4.2

update README.MD
pull/252/head
cKey 5 years ago
committed by GitHub
parent
commit
7e212ce667
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      aspnet-core/modules/dapr/README.md

8
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 ```json
{ {
"Dapr": {
"Client": {
"HttpEndpoint": "http://127.0.0.1:50000"
}
},
"RemoteActors": { "RemoteActors": {
"System": { "System": {
"ActorId": "1", "ActorId": "1"
"BaseUrl": "http://127.0.0.1:50000"
} }
} }
} }

Loading…
Cancel
Save