We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af041e commit b193c3cCopy full SHA for b193c3c
1 file changed
functions/sql/index.js
@@ -85,7 +85,7 @@ const pgConfig = {
85
};
86
87
if (process.env.NODE_ENV === 'production') {
88
- pgConfig.socketPath = `/cloudsql/${connectionName}`;
+ pgConfig.host = `/cloudsql/${connectionName}`;
89
}
90
91
// Connection pools reuse connections between invocations,
0 commit comments