mirror of https://github.com/dapr/rust-sdk.git
fix: include scheduler host address (#217)
Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
ccf2902ed5
commit
0eaf89867c
|
@ -7,4 +7,5 @@ apps:
|
|||
appProtocol: grpc
|
||||
appPort: 50051
|
||||
logLevel: debug
|
||||
command: [ "cargo", "run", "--example", "jobs" ]
|
||||
schedulerHostAddress: localhost
|
||||
command: [ "cargo", "run", "--example", "jobs" ]
|
||||
|
|
Loading…
Reference in New Issue