We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d860a5f commit a504269Copy full SHA for a504269
cloud-sql/postgres/knex/ci-setup.json
@@ -1,11 +1,11 @@
1
{
2
"env": {
3
"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"
+ "INSTANCE_CONNECTION_NAME": "nodejs-docs-samples-tests:us-central1:test-postgres-instance",
+ "DB_NAME": "ci-database",
+ "DB_USER": "ci-user"
7
},
8
"secrets": {
9
- "DB_PASSWORD": "nodejs-docs-samples-tests/nodejs-docs-samples-sql-password"
+ "DB_PASSWORD": "nodejs-docs-samples-tests/nodejs-docs-samples-test-postgres-instance-ci-user-password"
10
}
11
0 commit comments