Skip to content

Commit

Permalink
Update spawn-connection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Jul 7, 2021
1 parent 0077052 commit 2bee4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/private/connection/spawn-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = function spawnConnection(datastore, cb) {
var isSSLRelated = !usingLocalhost;
if (isSSLRelated) {
console.error(' -> Are you using an SSL-enabled Postgresql host like Heroku?',
'Make sure to provide an `ssl` object with `sslmode` and `rejectUnauthorized` options (see http://stackoverflow.com/a/66913689/14159178)'
'Make sure to provide an `ssl` object with a `rejectUnauthorized` option (see http://stackoverflow.com/a/66913689/14159178)'
);
console.error('');
}
Expand Down

0 comments on commit 2bee4af

Please sign in to comment.