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 a7e9072 commit 8e7e2f7Copy full SHA for 8e7e2f7
lib/connection-parameters.js
@@ -4,8 +4,8 @@ var path = require('path');
4
var defaults = require(__dirname + '/defaults');
5
6
var val = function(key, config) {
7
- return config[key] ||
8
- process.env['PG' + key.toUpperCase()] ||
+ return config[key] ||
+ process.env['PG' + key.toUpperCase()] ||
9
defaults[key];
10
};
11
0 commit comments