mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
removed from required values for env setup
This commit is contained in:
@@ -52,7 +52,7 @@ questions.optional = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
function checkSetupFlag(next) {
|
function checkSetupFlag(next) {
|
||||||
var envSetupKeys = ['url', 'database'],
|
var envSetupKeys = ['database'],
|
||||||
setupVal;
|
setupVal;
|
||||||
try {
|
try {
|
||||||
setupVal = JSON.parse(nconf.get('setup'));
|
setupVal = JSON.parse(nconf.get('setup'));
|
||||||
|
|||||||
Reference in New Issue
Block a user