We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105869c commit 9c3bcdfCopy full SHA for 9c3bcdf
jobs/python/sdk/dapr.yaml
@@ -1,14 +1,14 @@
1
version: 1
2
apps:
3
- - appDirPath: ./job-service-sdk/
+ - appDirPath: ./job-service/
4
appID: job-service-sdk
5
appPort: 6200
6
daprHTTPPort: 6280
7
daprGRPCPort: 6281
8
appLogDestination: console
9
daprdLogDestination: console
10
command: ["python3", "app.py"]
11
- - appDirPath: ./job-scheduler-sdk/
+ - appDirPath: ./job-scheduler/
12
appID: job-scheduler-sdk
13
appPort: 6300
14
daprHTTPPort: 6380
0 commit comments