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 ```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