refactor: Upgrade license package version and create tenant id variable (no-changelog) (#4744)

This commit is contained in:
Omar Ajoue
2022-11-28 17:39:34 +01:00
committed by GitHub
parent 8f6fd009b9
commit 540f6e0abd
4 changed files with 12 additions and 6 deletions

View File

@@ -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,