Skip to content

Commit 9ad005b

Browse files
carieshmarieAce Nassri
authored and
Ace Nassri
committed
Update app.js (#548)
Update environment variable
1 parent fbb2f8a commit 9ad005b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/pubsub/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const process = require('process'); // Required for mocking environment variable
2424

2525
// By default, the client will authenticate using the service account file
2626
// 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
27+
// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
28+
// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication
2929
// These environment variables are set automatically on Google App Engine
3030
const PubSub = require('@google-cloud/pubsub');
3131

0 commit comments

Comments
 (0)