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 41ad376 commit ae36e28Copy full SHA for ae36e28
cloud-sql/mysql/mysql/index.js
@@ -93,6 +93,7 @@ const createPool = async () => {
93
throw err;
94
}
95
96
+ console.log("Instance vars: ", process.env.INSTANCE_HOST, " -- ", process.env.INSTANCE_UNIX_SOCKET)
97
98
if (process.env.INSTANCE_HOST) {
99
// Use a TCP socket when INSTANCE_HOST (e.g., 127.0.0.1) is defined
0 commit comments