mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(core): Fix worker encryption key warning docs link (no-changelog) (#9513)
This commit is contained in:
parent
e8c824bad6
commit
8164ca2398
|
@ -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/',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue