diff --git a/conf/defaults.ini b/conf/defaults.ini index ecd4f941f7a..1a727c18fb6 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -90,6 +90,14 @@ read_timeout = 0 #exampleHeader1 = exampleValue1 #exampleHeader2 = exampleValue2 +#################################### GRPC Server ######################### +[grpc_server] +network = "tcp" +address = "127.0.0.1:10000" +use_tls = false +cert_file = +key_file = + #################################### Database ############################ [database] # You can configure the database connection by specifying type, host, name, user and password diff --git a/conf/sample.ini b/conf/sample.ini index 29331b68d77..70275a44ee0 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -91,6 +91,14 @@ #exampleHeader1 = exampleValue1 #exampleHeader2 = exampleValue2 +#################################### GRPC Server ######################### +;[grpc_server] +;network = "tcp" +;address = "127.0.0.1:10000" +;use_tls = false +;cert_file = +;key_file = + #################################### Database #################################### [database] # You can configure the database connection by specifying type, host, name, user and password