summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-28 21:12:21 +0200
committerValery Piashchynski <[email protected]>2022-10-28 21:12:21 +0200
commit8461d5b1a163905574d4b71b7af0c1798d8e73bf (patch)
treee03d49a3fced48e2af5d375370f77a46889b3bc1 /.rr.yaml
parent97bb23a41061bed9651c4f13de08ea8225b8408b (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.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rr.yaml b/.rr.yaml
index c5900e91..2b63a8db 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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