Skip to content

Commit 9c3bcdf

Browse files
committed
fix dapr.yaml
Signed-off-by: Kendall Roden <[email protected]>
1 parent 105869c commit 9c3bcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/python/sdk/dapr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: 1
22
apps:
3-
- appDirPath: ./job-service-sdk/
3+
- appDirPath: ./job-service/
44
appID: job-service-sdk
55
appPort: 6200
66
daprHTTPPort: 6280
77
daprGRPCPort: 6281
88
appLogDestination: console
99
daprdLogDestination: console
1010
command: ["python3", "app.py"]
11-
- appDirPath: ./job-scheduler-sdk/
11+
- appDirPath: ./job-scheduler/
1212
appID: job-scheduler-sdk
1313
appPort: 6300
1414
daprHTTPPort: 6380

0 commit comments

Comments
 (0)