Skip to content

Commit

Permalink
Do not print database username and password to console (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailshchur committed May 22, 2020
1 parent 4fbaca7 commit e2b93b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/config/configFile.js
Expand Up @@ -10,7 +10,6 @@ if (process.env.OMNIBOARD_CONFIG) {
const defaultDatabase = 'sacred';
let mongodbURI = '';

console.log(argv);
if ('m' in argv) {
if (argv['m'] && argv['m'].indexOf(':')) {
// Parse argument in format -m host:port:database
Expand Down

0 comments on commit e2b93b2

Please sign in to comment.