Skip to content

Commit 3acba6c

Browse files
authored
chore: correct envrc example (GoogleCloudPlatform#10)
1 parent 242025c commit 3acba6c

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.envrc.example

+4-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
1-
export GOOGLE_CLOUD_PROJECT="project-name"
2-
3-
export MYSQL_CONNECTION_NAME="project:region:instance"
4-
export MYSQL_USER="mysql-user"
5-
export MYSQL_PASS="mysql-password"
6-
export MYSQL_DB="mysql-db-name"
7-
8-
export POSTGRES_CONNECTION_NAME="project:region:instance"
9-
export POSTGRES_USER="postgres-user"
10-
export POSTGRES_PASS="postgres-password"
11-
export POSTGRES_DB="postgres-db-name"
12-
export POSTGRES_USER_IAM="[email protected]"
13-
14-
export SQLSERVER_CONNECTION_NAME="project:region:instance"
15-
export SQLSERVER_USER="sqlserver-user"
16-
export SQLSERVER_PASS="sqlserver-password"
17-
export SQLSERVER_DB="sqlserver-db-name"
18-
19-
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/key.json
1+
export ALLOYDB_CONNECTION_NAME="project:region:instance"
2+
export ALLOYDB_USER="postgres-user"
3+
export ALLOYDB_PASS="postgres-password"
4+
export ALLOYDB_DB="postgres-db-name"

0 commit comments

Comments
 (0)