diff options
author | Valery Piashchynski <[email protected]> | 2022-07-18 12:22:18 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-07-18 12:22:18 +0200 |
commit | efefa108c8ab894f4ef9e91a1647df49e392a3c9 (patch) | |
tree | f4c664a79b15a80500e4d84742f4cb0653686c1f /.rr.yaml | |
parent | 0bdc25ef2c3bd7cd57aa5c475a0bbc6eb80be060 (diff) |
update docs, CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1401,6 +1401,11 @@ 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. + enable_reflection_server: false + # Proto file to use, multiply files supported [SINCE 2.6] # # This option is required |