From 8164ca2398a6dbbf32f75fe9df8844cfc64a10fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 27 May 2024 11:50:57 +0200 Subject: [PATCH] fix(core): Fix worker encryption key warning docs link (no-changelog) (#9513) --- packages/cli/src/commands/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/worker.ts b/packages/cli/src/commands/worker.ts index 28beddb49f..c2aa66bf9f 100644 --- a/packages/cli/src/commands/worker.ts +++ b/packages/cli/src/commands/worker.ts @@ -234,7 +234,7 @@ export class Worker extends BaseCommand { if (!process.env.N8N_ENCRYPTION_KEY) { throw new ApplicationError( - 'Missing encryption key. Worker started without the required N8N_ENCRYPTION_KEY env var. More information: https://docs.n8n.io/hosting/environment-variables/configuration-methods/#encryption-key', + 'Missing encryption key. Worker started without the required N8N_ENCRYPTION_KEY env var. More information: https://docs.n8n.io/hosting/configuration/configuration-examples/encryption-key/', ); }