mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closes #6105
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user