mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Upgrade license package version and create tenant id variable (no-changelog) (#4744)
This commit is contained in:
@@ -47,7 +47,7 @@ export class License {
|
||||
try {
|
||||
this.manager = new LicenseManager({
|
||||
server,
|
||||
tenantId: 1,
|
||||
tenantId: config.getEnv('license.tenantId'),
|
||||
productIdentifier: `n8n-${version}`,
|
||||
autoRenewEnabled,
|
||||
autoRenewOffset,
|
||||
|
||||
Reference in New Issue
Block a user