Skip to content

Commit

Permalink
chore: correct envrc example (GoogleCloudPlatform#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Apr 20, 2022
1 parent 242025c commit 3acba6c
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
export GOOGLE_CLOUD_PROJECT="project-name"

export MYSQL_CONNECTION_NAME="project:region:instance"
export MYSQL_USER="mysql-user"
export MYSQL_PASS="mysql-password"
export MYSQL_DB="mysql-db-name"

export POSTGRES_CONNECTION_NAME="project:region:instance"
export POSTGRES_USER="postgres-user"
export POSTGRES_PASS="postgres-password"
export POSTGRES_DB="postgres-db-name"
export POSTGRES_USER_IAM="some-user-with-db-access@example.com"

export SQLSERVER_CONNECTION_NAME="project:region:instance"
export SQLSERVER_USER="sqlserver-user"
export SQLSERVER_PASS="sqlserver-password"
export SQLSERVER_DB="sqlserver-db-name"

export GOOGLE_APPLICATION_CREDENTIALS=/path/to/key.json
export ALLOYDB_CONNECTION_NAME="project:region:instance"
export ALLOYDB_USER="postgres-user"
export ALLOYDB_PASS="postgres-password"
export ALLOYDB_DB="postgres-db-name"

0 comments on commit 3acba6c

Please sign in to comment.