From 5e07346da98c9e92ea31628d4b6ef23e15fd2ea9 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Sat, 15 Apr 2023 13:48:38 +0200 Subject: [PATCH] [v9.5.x] GRPC: Document GRPC flags to allow overriding env vars (#66631) --- conf/defaults.ini | 8 ++++++++ conf/sample.ini | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index abcfda646ba..6c244075021 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 a2d6b597ff5..d336a59fcbd 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