Skip to content

Commit a504269

Browse files
committed
update setup
1 parent d860a5f commit a504269

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"env": {
33
"INSTANCE_HOST": "127.0.0.1",
4-
"INSTANCE_CONNECTION_NAME": "nodejs-docs-samples-tests:us-central1:postgres-ci",
5-
"DB_NAME": "kokoro_ci",
6-
"DB_USER": "kokoro_ci"
4+
"INSTANCE_CONNECTION_NAME": "nodejs-docs-samples-tests:us-central1:test-postgres-instance",
5+
"DB_NAME": "ci-database",
6+
"DB_USER": "ci-user"
77
},
88
"secrets": {
9-
"DB_PASSWORD": "nodejs-docs-samples-tests/nodejs-docs-samples-sql-password"
9+
"DB_PASSWORD": "nodejs-docs-samples-tests/nodejs-docs-samples-test-postgres-instance-ci-user-password"
1010
}
1111
}

0 commit comments

Comments
 (0)