diff options
author | Valery Piashchynski <[email protected]> | 2022-10-28 21:12:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-10-28 21:12:21 +0200 |
commit | 8461d5b1a163905574d4b71b7af0c1798d8e73bf (patch) | |
tree | e03d49a3fced48e2af5d375370f77a46889b3bc1 /.rr.yaml | |
parent | 97bb23a41061bed9651c4f13de08ea8225b8408b (diff) |
fix: remove `grpc_reflection_server` from the config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1639,14 +1639,6 @@ grpc: # This option is required listen: "tcp://localhost:9001" - # GRPC reflection server [SINCE 2.11] - # - # This option is optional. The reflection server might be activated to use `grpc_cli`, `grpc-ui`, `grpc-curl`, or similar tools to intercept grpc payloads. - reflection_server: - include: - - "path/to/proto1.proto" - - "path/to/proto2.proto" - # Proto file to use, multiply files supported [SINCE 2.6] # # This option is required |