mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
pass config as an additional param to external hooks (#3898)
This commit is contained in:
committed by
GitHub
parent
91d7e16c81
commit
9bf71e73cc
@@ -2668,7 +2668,7 @@ export async function start(): Promise<void> {
|
||||
console.log(`Locale: ${defaultLocale}`);
|
||||
}
|
||||
|
||||
await app.externalHooks.run('n8n.ready', [app]);
|
||||
await app.externalHooks.run('n8n.ready', [app, config]);
|
||||
const cpus = os.cpus();
|
||||
const binarDataConfig = config.getEnv('binaryDataManager');
|
||||
const diagnosticInfo: IDiagnosticInfo = {
|
||||
|
||||
Reference in New Issue
Block a user