Skip to content

Commit 1a936f1

Browse files
committed
debug
1 parent f63a5fa commit 1a936f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloud-sql/sqlserver/tedious/connect-tcp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const connectWithTcpSocket = async config => {
4949
if (process.env.PRIVATE_IP === '1' || process.env.PRIVATE_IP === 'true') {
5050
dbConfig.options.encrypt = true;
5151
dbConfig.options.private = true;
52+
dbConfig.options.server = "0.0.0.0";
5253
}
5354

5455
// [START cloud_sql_sqlserver_tedious_connect_tcp]

0 commit comments

Comments
 (0)