We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358acc8 commit d0420c0Copy full SHA for d0420c0
google/cloud/environment_vars.py
@@ -36,7 +36,7 @@
36
CREDENTIALS = 'GOOGLE_APPLICATION_CREDENTIALS'
37
"""Environment variable defining location of Google credentials."""
38
39
-DISABLE_GRPC = 'GOOGLE_CLOUD_DISABLE_GAX'
+DISABLE_GRPC = 'GOOGLE_CLOUD_DISABLE_GRPC'
40
"""Environment variable acting as flag to disable gRPC.
41
42
To be used for APIs where both an HTTP and gRPC implementation
0 commit comments