This commit is contained in:
Baris Usakli
2017-11-22 12:19:08 -05:00
parent dbf815ed47
commit 5ca3b535e7
2 changed files with 8 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ mongoModule.questions = [
name: 'mongo:uri',
description: 'MongoDB connection URI: (leave blank if you wish to specify host, port, username/password and database individually)\nFormat: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]',
default: nconf.get('mongo:uri') || '',
hideOnWebInstall: true,
},
{
name: 'mongo:host',