quickstarts/service_invocation/go/http/dapr.yaml

10 lines
209 B
YAML

version: 1
apps:
- appID: order-processor
appDirPath: ./order-processor/
appPort: 6006
command: ["go", "run", "."]
- appID: checkout
appDirPath: ./checkout/
command: ["go", "run", "."]