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 460c303 commit aa975afCopy full SHA for aa975af
test/cli.js
@@ -45,5 +45,5 @@ var log = function(keys) {
45
console.log(key + ": '" + config[key] + "'");
46
});
47
}
48
-log(['user','password','database','port','host'])
+//log(['user','password','database','port','host'])
49
module.exports = config;
0 commit comments