mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Attempt license renewal when n8n starts (no-changelog) (#7204)
This change is needed so that the newly introduced floating licenses will be attempted to be claimed when n8n starts up.
This commit is contained in:
committed by
GitHub
parent
cf776b8f17
commit
050ba706d3
@@ -57,6 +57,7 @@ export class License {
|
||||
tenantId: config.getEnv('license.tenantId'),
|
||||
productIdentifier: `n8n-${N8N_VERSION}`,
|
||||
autoRenewEnabled,
|
||||
renewOnInit: autoRenewEnabled,
|
||||
autoRenewOffset,
|
||||
offlineMode,
|
||||
logger: this.logger,
|
||||
|
||||
Reference in New Issue
Block a user