We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb2f8a commit 9ad005bCopy full SHA for 9ad005b
appengine/pubsub/app.js
@@ -24,8 +24,8 @@ const process = require('process'); // Required for mocking environment variable
24
25
// By default, the client will authenticate using the service account file
26
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
27
-// the project specified by the GCLOUD_PROJECT environment variable. See
28
-// https://googlecloudplatform.github.io/gcloud-node/#/docs/google-cloud/latest/guides/authentication
+// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
+// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication
29
// These environment variables are set automatically on Google App Engine
30
const PubSub = require('@google-cloud/pubsub');
31
0 commit comments