aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-09 13:07:17 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-09 13:07:17 -0700
commit18c09bf2916c631cdd38cfe6980151653eec38bd (patch)
treeb01c46354792c144ceb6cb00efd58451dee8c263 /doc/environment_variables.md
parent44bb7343da9c0c6141124a420a48048ea0223ecb (diff)
Review feedback
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 18269ef041..578bfe7eb7 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -6,13 +6,16 @@ some configuration as environment variables that can be set.
* GRPC_ABORT_ON_LEAKS
A debugging aid to cause a call to abort() when gRPC objects are leaked past
- grpc_shutdown()
+ grpc_shutdown(). Set to 1 to cause the abort, if unset or 0 it does not
+ abort the process.
* GRPC_GOOGLE_CREDENTIALS_ENV_VAR
The path to find the credentials to use when Google credentials are created
* GRPC_SSL_CIPHER_SUITES
A colon separated list of cipher suites to use with OpenSSL
+ Defaults to:
+ ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384
* GRPC_POLL_STRATEGY [posix-style environments only]
Declares which polling engines to try when starting gRPC.