Don't require password to be set

This commit is contained in:
Timon van Spronsen 2018-01-04 12:00:19 +01:00
parent 5d759d5ac7
commit 5534919123

View File

@ -29,7 +29,7 @@ var argv = Yargs
.option('x', {
alias: 'pass',
describe: 'Password for database server.',
demand: true
default: ''
})
.option('p', {
alias: 'port',