[v9.5.x] GRPC: Document GRPC flags to allow overriding env vars (#66631)

This commit is contained in:
Grot (@grafanabot)
2023-04-15 11:48:38 +00:00
committed by GitHub
parent c5352a10fe
commit 5e07346da9
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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
+8
View File
@@ -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