GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
73 stars 8 forks source link

docs: add details to further examples for `GoogleAuth` credentials #273

Closed jackwotherspoon closed 10 months ago

jackwotherspoon commented 10 months ago

Adding a details to examples of using the custom GoogleAuth creds with a service account other than ADC.

Ref: https://cloud.google.com/nodejs/docs/reference/google-auth-library/latest#loading-credentials-from-environment-variables

Fixes #272