File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,12 @@ def get_credentials():
2626 which uses this method under the hood.
2727
2828 Checks environment in order of precedence:
29- - Google App Engine (production and testing)
30- - Env. var. GOOGLE_APPLICATION_CREDENTIALS pointing to stored credentials.
31- - Stored "well known" file associated with ``gcloud`` command line tool.
32- - Google Compute Engine production environment.
29+
30+ * Google App Engine (production and testing)
31+ * Environment variable GOOGLE_APPLICATION_CREDENTIALS pointing to
32+ a file with stored credentials information.
33+ * Stored "well known" file associated with ``gcloud`` command line tool.
34+ * Google Compute Engine production environment.
3335
3436 The file referred to in GOOGLE_APPLICATION_CREDENTIALS is expected to
3537 contain information about credentials that are ready to use. This means
You can’t perform that action at this time.
0 commit comments