diff options
author | Valery Piashchynski <[email protected]> | 2022-11-11 14:21:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-11 14:21:08 +0100 |
commit | 56d86c87cdd55f03f765c753eaa12f88da7eaf0f (patch) | |
tree | 106854a3d560e080542a918db0bef50e883af7f7 | |
parent | 91b5eb38da4e7a825202e4ed23a877caa8e24451 (diff) | |
parent | 1f20b0d50b3019b09b451795c9fd27e75765fee6 (diff) |
[#1357]: chore: update grpc default address
-rw-r--r-- | .rr.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1637,7 +1637,7 @@ grpc: # GRPC address to listen # # This option is required - listen: "tcp://localhost:9001" + listen: "tcp://127.0.0.1:9001" # Proto file to use, multiply files supported [SINCE 2.6] # |