mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
closes #4865
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
name: 'mongo:password',
|
||||
description: 'Password of your MongoDB database',
|
||||
hidden: true,
|
||||
default: nconf.get('mongo:password') || '',
|
||||
before: function(value) { value = value || nconf.get('mongo:password') || ''; return value; }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user