mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 05:40:43 +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(JSON.stringify(setupEnvVars, null, 4));
|
||||
launchUrl = setupEnvVars.NODEBB_URL;
|
||||
|
||||
const child = require('child_process').fork('app', ['--setup'], {
|
||||
|
||||
Reference in New Issue
Block a user