Skip to content

Commit c8de1d5

Browse files
committed
chore(csql): remove duplicate export statements for iam connections
1 parent 93810cd commit c8de1d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,13 @@ export MYSQL_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
6161
export MYSQL_USER="db_user"
6262
export MYSQL_PASS="db_pass"
6363
export MYSQL_DB="db_name"
64-
# MySQL instance with IAM authentication enabled
65-
# (can be same as MYSQL_CONNECTION_NAME)
66-
export MYSQL_IAM_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
6764
# IAM Principal of ADC sourced credentials (truncated)
6865
export MYSQL_IAM_USER="[email protected]"
6966

7067
export POSTGRES_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
7168
export POSTGRES_USER="db_user"
7269
export POSTGRES_PASS="db_pass"
7370
export POSTGRES_DB="db_name"
74-
# Postgres instance with IAM authentication enabled
75-
# (can be same as POSTGRES_CONNECTION_NAME)
76-
export POSTGRES_CONNECTION_NAME="<PROJECT>:<REGION>:<INSTANCE>"
7771
# IAM Principal of ADC sourced credentials
7872
export POSTGRES_IAM_USER="[email protected]"
7973

0 commit comments

Comments
 (0)