Skip to content

Commit

Permalink
fix(core): Fix worker encryption key warning docs link (no-changelog) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored May 27, 2024
1 parent e8c824b commit 8164ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
);
}

Expand Down

0 comments on commit 8164ca2

Please sign in to comment.