mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
Added support for using mongo:password and redis:password from config, when no password is entered at setup. This allows for having "default" password and overrides from config. Added using mongo:username and port from config when running setup.
This commit is contained in:
@@ -47,7 +47,7 @@ questions.main = [
|
||||
questions.optional = [
|
||||
{
|
||||
name: 'port',
|
||||
default: 4567
|
||||
default: nconf.get('port') || 4567
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user