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:
Cornelius Suermann
2023-09-19 12:10:23 +02:00
committed by GitHub
parent cf776b8f17
commit 050ba706d3
2 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export class License {
tenantId: config.getEnv('license.tenantId'),
productIdentifier: `n8n-${N8N_VERSION}`,
autoRenewEnabled,
renewOnInit: autoRenewEnabled,
autoRenewOffset,
offlineMode,
logger: this.logger,