aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-21 10:52:56 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-21 10:52:56 -0700
commit694cc814bd36d1779c08ee08825a723a5b6e9a02 (patch)
tree00c6a7173b8f91f05d64291b52993155847f8f36 /doc/environment_variables.md
parent18c09bf2916c631cdd38cfe6980151653eec38bd (diff)
Fix docs
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 578bfe7eb7..74b7862c7d 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