grpc.toml 93 B

1234567
  1. [client]
  2. dial = "1s"
  3. timeout = "1s"
  4. [server]
  5. addr = "0.0.0.0:7839"
  6. timeout = "1s"