Docs: Fix grpc server key file param in config ini (#113798)
Docs: Fix config ini grpc server key param
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user