mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-27 17:11:14 +01:00
fix: #10377, remove logging of env vars
This commit is contained in:
@@ -166,7 +166,6 @@ function install(req, res) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
winston.info('Starting setup process');
|
winston.info('Starting setup process');
|
||||||
winston.info(JSON.stringify(setupEnvVars, null, 4));
|
|
||||||
launchUrl = setupEnvVars.NODEBB_URL;
|
launchUrl = setupEnvVars.NODEBB_URL;
|
||||||
|
|
||||||
const child = require('child_process').fork('app', ['--setup'], {
|
const child = require('child_process').fork('app', ['--setup'], {
|
||||||
|
|||||||
Reference in New Issue
Block a user