|
|
@ -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 |
|
|
|
grpc_shutdown(). Set to 1 to cause the abort, if unset or 0 it does not |
|
|
|
abort the process. |
|
|
|
abort the process. |
|
|
|
|
|
|
|
|
|
|
|
* GRPC_GOOGLE_CREDENTIALS_ENV_VAR |
|
|
|
* GOOGLE_APPLICATION_CREDENTIALS |
|
|
|
The path to find the credentials to use when Google credentials are created |
|
|
|
The path to find the credentials to use when Google credentials are created |
|
|
|
|
|
|
|
|
|
|
|
* GRPC_SSL_CIPHER_SUITES |
|
|
|
* GRPC_SSL_CIPHER_SUITES |
|
|
@ -17,6 +17,9 @@ some configuration as environment variables that can be set. |
|
|
|
Defaults to: |
|
|
|
Defaults to: |
|
|
|
ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384 |
|
|
|
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] |
|
|
|
* GRPC_POLL_STRATEGY [posix-style environments only] |
|
|
|
Declares which polling engines to try when starting gRPC. |
|
|
|
Declares which polling engines to try when starting gRPC. |
|
|
|
This is a comma-separated list of engines, which are tried in priority order |
|
|
|
This is a comma-separated list of engines, which are tried in priority order |
|
|
|