grpc.toml 83 B

123456
  1. [server]
  2. addr = "0.0.0.0:9000"
  3. timeout = "1s"
  4. [client]
  5. timeout = "1s"