Skip to content

Commit 9566ed0

Browse files
carieshmarieAce Nassri
authored and
Ace Nassri
committed
Update app.js (#547)
* Update app.js Update environment variable * Fix datastore's app.js * Fix URL * Fix URL * Fix URL
1 parent 9ad005b commit 9566ed0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

appengine/datastore/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ app.enable('trust proxy');
2525

2626
// By default, the client will authenticate using the service account file
2727
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
28-
// the project specified by the GCLOUD_PROJECT environment variable. See
29-
// https://googlecloudplatform.github.io/gcloud-node/#/docs/google-cloud/latest/guides/authentication
28+
// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
29+
// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md
3030
// These environment variables are set automatically on Google App Engine
3131
const Datastore = require('@google-cloud/datastore');
3232

appengine/pubsub/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const process = require('process'); // Required for mocking environment variable
2525
// By default, the client will authenticate using the service account file
2626
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
2727
// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
28-
// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication
28+
// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md
2929
// These environment variables are set automatically on Google App Engine
3030
const PubSub = require('@google-cloud/pubsub');
3131

appengine/storage/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const bodyParser = require('body-parser');
2525

2626
// By default, the client will authenticate using the service account file
2727
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
28-
// the project specified by the GCLOUD_PROJECT environment variable. See
29-
// https://googlecloudplatform.github.io/gcloud-node/#/docs/google-cloud/latest/guides/authentication
28+
// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
29+
// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md
3030
// These environment variables are set automatically on Google App Engine
3131
const Storage = require('@google-cloud/storage');
3232

0 commit comments

Comments
 (0)