LingAdmin/Backend/LingAdmin.API/dapr/dapr.yaml

9 lines
154 B
YAML

version: 1
common:
resourcesPath: ./dapr/components/
apps:
- appID: lingadmin-api
appDirPath: ./
appPort: 5000
command: ["dotnet", "run"]