mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(core): Fix worker encryption key warning docs link (no-changelog) (#9513)
This commit is contained in:
@@ -234,7 +234,7 @@ export class Worker extends BaseCommand {
|
|||||||
|
|
||||||
if (!process.env.N8N_ENCRYPTION_KEY) {
|
if (!process.env.N8N_ENCRYPTION_KEY) {
|
||||||
throw new ApplicationError(
|
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/',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user