removed 0..n from mongo install questions

v1.18.x
barisusakli 11 years ago
parent bb629c1815
commit cb692c27e5

@ -73,7 +73,7 @@ var async = require('async'),
description: 'Password of your MongoDB database' description: 'Password of your MongoDB database'
}, { }, {
name: "mongo:database", name: "mongo:database",
description: "Which database to use (0..n)", description: "Which database to use",
'default': nconf.get('mongo:database') || 0 'default': nconf.get('mongo:database') || 0
}], }],

Loading…
Cancel
Save