mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: Add NODE_ENV to debug info (#19666)
This commit is contained in:
@@ -129,6 +129,7 @@ export class FrontendService {
|
||||
urlBaseEditor: instanceBaseUrl,
|
||||
binaryDataMode: this.binaryDataConfig.mode,
|
||||
nodeJsVersion: process.version.replace(/^v/, ''),
|
||||
nodeEnv: process.env.NODE_ENV,
|
||||
versionCli: N8N_VERSION,
|
||||
concurrency: this.globalConfig.executions.concurrency.productionLimit,
|
||||
isNativePythonRunnerEnabled:
|
||||
|
||||
Reference in New Issue
Block a user