Skip to content

Commit 3cadfdc

Browse files
committed
chore: update instance connection name comment
1 parent c8de1d5 commit 3cadfdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ To run all integration tests against real Cloud SQL instances
5757
1. Once created, set the following environment variables:
5858

5959
```sh
60+
# MySQL instance with IAM authentication enabled
6061
export MYSQL_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
6162
export MYSQL_USER="db_user"
6263
export MYSQL_PASS="db_pass"
6364
export MYSQL_DB="db_name"
6465
# IAM Principal of ADC sourced credentials (truncated)
6566
export MYSQL_IAM_USER="[email protected]"
6667

68+
# Postgres instance with IAM authentication enabled
6769
export POSTGRES_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
6870
export POSTGRES_USER="db_user"
6971
export POSTGRES_PASS="db_pass"

0 commit comments

Comments
 (0)