chore: upstream more changes from v2 (#20387)

Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
This commit is contained in:
Marko
2024-05-17 10:58:52 +00:00
committed by GitHub
co-authored by Matt Kocubinski
parent 92dafe6dac
commit d7cc6de7cc
39 changed files with 5432 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
[grpc-server]
# Enable defines if the gRPC server should be enabled.
enable = false
# Address defines the gRPC server address to bind to.
address = 'localhost:9090'
# MaxRecvMsgSize defines the max message size in bytes the server can receive.
# The default value is 10MB.
max-recv-msg-size = 10485760
# MaxSendMsgSize defines the max message size in bytes the server can send.
# The default value is math.MaxInt32.
max-send-msg-size = 2147483647
[mock-server-1]
# Mock field
mock_field = 'default'
# Mock field two
mock_field_two = 1