Skip to content

Commit d0420c0

Browse files
committed
Fixing up the disable gRPC env. var. name.
Was accidentally maintained as GAX instead of GRPC in a rebase.
1 parent 358acc8 commit d0420c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/environment_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
CREDENTIALS = 'GOOGLE_APPLICATION_CREDENTIALS'
3737
"""Environment variable defining location of Google credentials."""
3838

39-
DISABLE_GRPC = 'GOOGLE_CLOUD_DISABLE_GAX'
39+
DISABLE_GRPC = 'GOOGLE_CLOUD_DISABLE_GRPC'
4040
"""Environment variable acting as flag to disable gRPC.
4141
4242
To be used for APIs where both an HTTP and gRPC implementation

0 commit comments

Comments
 (0)