quickstarts/tutorials/workflow/csharp/combined-patterns/dapr.yaml

19 lines
454 B
YAML

version: 1
common:
resourcesPath: resources
apps:
- appID: order-workflow
appDirPath: WorkflowApp
appPort: 5260
daprHTTPPort: 3560
command: ["dotnet", "run"]
appLogDestination: fileAndConsole
daprdLogDestination: fileAndConsole
- appID: shipping
appDirPath: ShippingApp
appPort: 5261
daprHTTPPort: 3561
command: ["dotnet", "run"]
appLogDestination: fileAndConsole
daprdLogDestination: fileAndConsole