mirror of https://github.com/dapr/samples.git
14 lines
327 B
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
|