Skip to content

Commit

Permalink
Upgrade GAE apps to env: flex (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 21, 2022
1 parent 34048d0 commit 6cd33bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/vms_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function auth (callback) {

// The createScopedRequired method returns true when running on GAE or a
// local developer machine. In that case, the desired scopes must be passed
// in manually. When the code is running in GCE or a Managed VM, the scopes
// in manually. When the code is running in GCE or GAE Flexible, the scopes
// are pulled from the GCE metadata server.
// See https://cloud.google.com/compute/docs/authentication for more
// information.
Expand Down

0 comments on commit 6cd33bd

Please sign in to comment.