fix(core): Fix worker encryption key warning docs link (no-changelog) (#9513)

This commit is contained in:
Iván Ovejero 2024-05-27 11:50:57 +02:00 committed by GitHub
parent e8c824bad6
commit 8164ca2398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/',
);
}