quickstarts/tutorials/workflow/csharp/child-workflows/dapr.yaml

12 lines
251 B
YAML

version: 1
common:
resourcesPath: ../../resources
apps:
- appID: childworkflows
appDirPath: ChildWorkflows
appPort: 5259
daprHTTPPort: 3559
command: ["dotnet", "run"]
appLogDestination: console
daprdLogDestination: console