Skip to content

Commit 9000b8a

Browse files
committed
set private_ip variable (proxy fun)
1 parent 235ce5f commit 9000b8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cloud-sql/sqlserver/tedious/ci-setup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"CLOUD_SQL_CONNECTION_NAME": "$INSTANCE_CONNECTION_NAME",
77
"INSTANCE_UNIX_SOCKET": "$UNIX_SOCKET_DIR/$INSTANCE_CONNECTION_NAME",
88
"DB_NAME": "kokoro_ci",
9-
"DB_USER": "kokoro_ci"
9+
"DB_USER": "kokoro_ci",
10+
"PRIVATE_IP": "1"
1011
},
1112
"secrets": {
1213
"DB_PASS": "nodejs-docs-samples-tests/nodejs-docs-samples-sql-password"

0 commit comments

Comments
 (0)