quickstarts/conversation/csharp/sdk/dapr.yaml

10 lines
194 B
YAML

version: 1
common:
resourcesPath: ../../components/
apps:
- appDirPath: ./conversation/
appID: conversation
daprHTTPPort: 3500
daprGRPCPort: 50001
command: ["dotnet", "run"]