mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
fix(core): Prevent issues with missing or mismatching encryption key (#8332)
This commit is contained in:
@@ -11,6 +11,6 @@ process.env.N8N_USER_FOLDER = testDir;
|
||||
|
||||
writeFileSync(
|
||||
join(testDir, '.n8n/config'),
|
||||
JSON.stringify({ encryptionKey: 'testkey', instanceId: '123' }),
|
||||
JSON.stringify({ encryptionKey: 'test_key', instanceId: '123' }),
|
||||
'utf-8',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user