Browse Source
Merge pull request #244 from colinin/4.2
update README.MD
pull/252/head
cKey
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
2 deletions
-
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" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|