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