fix: include scheduler host address (#217)

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-08-20 12:28:19 +01:00 committed by GitHub
parent ccf2902ed5
commit 0eaf89867c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ apps:
appProtocol: grpc
appPort: 50051
logLevel: debug
command: [ "cargo", "run", "--example", "jobs" ]
schedulerHostAddress: localhost
command: [ "cargo", "run", "--example", "jobs" ]