Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created October 24, 2018 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgooi4189/ed5f8032120a72b1e9958d9d0eb06aef to your computer and use it in GitHub Desktop.
Save samgooi4189/ed5f8032120a72b1e9958d9d0eb06aef to your computer and use it in GitHub Desktop.
Adding Google service account key to heroku or your app
set the environment variable to the path of your gcloud service account key:
GOOGLE_APPLICATION_CREDENTIALS=‘config/keyFile.json’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment