aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-03 12:56:57 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-03 12:56:57 -0700
commit787d58f9e36487d0703425b9b1d30dd658c42728 (patch)
tree417293b2a9b1198b6af5d7e91b970c9d304e8352 /doc/environment_variables.md
parent7af400c53579c3b036bd75558febc9f0d724763c (diff)
parent9070ab6610bd8cd0dbe6922a049a3b094c908bd1 (diff)
Merge github.com:grpc/grpc into direct-calls
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index b790f627ea..d02801bc9b 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -9,7 +9,7 @@ some configuration as environment variables that can be set.
grpc_shutdown(). Set to 1 to cause the abort, if unset or 0 it does not
abort the process.
-* GRPC_GOOGLE_CREDENTIALS_ENV_VAR
+* GOOGLE_APPLICATION_CREDENTIALS
The path to find the credentials to use when Google credentials are created
* GRPC_SSL_CIPHER_SUITES
@@ -17,6 +17,9 @@ some configuration as environment variables that can be set.
Defaults to:
ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384
+* GRPC_DEFAULT_SSL_ROOTS_FILE_PATH
+ PEM file to load SSL roots from
+
* GRPC_POLL_STRATEGY [posix-style environments only]
Declares which polling engines to try when starting gRPC.
This is a comma-separated list of engines, which are tried in priority order