Skip to content

Commit

Permalink
Remove schedulerHostAddress
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Duiker <[email protected]>
  • Loading branch information
marcduiker committed Jan 30, 2025
1 parent ac7eab7 commit 469bdd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jobs/go/http/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apps:
appDirPath: ./job-service/
appPort: 6200
daprHTTPPort: 6280
schedulerHostAddress: localhost
command: ["go", "run", "."]
- appID: job-scheduler-http
appDirPath: ./job-scheduler/
Expand Down
1 change: 0 additions & 1 deletion jobs/go/sdk/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apps:
appPort: 6400
daprGRPCPort: 6481
appProtocol: grpc
schedulerHostAddress: localhost
command: ["go", "run", "."]
- appID: job-scheduler-sdk
appDirPath: ./job-scheduler/
Expand Down

0 comments on commit 469bdd4

Please sign in to comment.