quickstarts/conversation/csharp/http/dapr.yaml

9 lines
170 B
YAML

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