Browse Source

update README.MD

pull/244/head
cKey 5 years ago
parent
commit
9b2dbdcf02
  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
{
"Dapr": {
"Client": {
"HttpEndpoint": "http://127.0.0.1:50000"
}
},
"RemoteActors": {
"System": {
"ActorId": "1",
"BaseUrl": "http://127.0.0.1:50000"
"ActorId": "1"
}
}
}

Loading…
Cancel
Save