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

9 lines
154 B
YAML
Raw Permalink Normal View History

2026-04-16 18:13:06 +08:00
version: 1
common:
resourcesPath: ./dapr/components/
apps:
- appID: lingadmin-api
appDirPath: ./
appPort: 5000
command: ["dotnet", "run"]