We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235ce5f commit 9000b8aCopy full SHA for 9000b8a
1 file changed
cloud-sql/sqlserver/tedious/ci-setup.json
@@ -6,7 +6,8 @@
6
"CLOUD_SQL_CONNECTION_NAME": "$INSTANCE_CONNECTION_NAME",
7
"INSTANCE_UNIX_SOCKET": "$UNIX_SOCKET_DIR/$INSTANCE_CONNECTION_NAME",
8
"DB_NAME": "kokoro_ci",
9
- "DB_USER": "kokoro_ci"
+ "DB_USER": "kokoro_ci",
10
+ "PRIVATE_IP": "1"
11
},
12
"secrets": {
13
"DB_PASS": "nodejs-docs-samples-tests/nodejs-docs-samples-sql-password"
0 commit comments