Docs: Fix grpc server key file param in config ini (#113798)

Docs: Fix config ini grpc server key param
This commit is contained in:
Gabriel MABILLE
2025-11-13 09:40:47 +01:00
committed by GitHub
parent eaa1b62c01
commit 0a9f93436a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ network = "tcp"
address = "127.0.0.1:10000"
use_tls = false
cert_file =
key_file =
cert_key =
# this will log the request and response for each unary gRPC call
enable_logging = false
+1 -1
View File
@@ -114,7 +114,7 @@
;address = "127.0.0.1:10000"
;use_tls = false
;cert_file =
;key_file =
;cert_key =
;max_recv_msg_size =
;max_send_msg_size =
# this will log the request and response for each unary gRPC call