samples/outbox/dapr.yaml

14 lines
327 B
YAML

version: 1
common:
resourcesPath: ./resources/
apps:
- appID: order-processor
appDirPath: ./order-processor/
command: ["dotnet", "run"]
appLogDestination: console
- appID: order-notification
appDirPath: ./order-notification/
appPort: 7006
command: ["dotnet", "run"]
appLogDestination: console