Skip to content

Commit

Permalink
Update packages/cli/src/config/schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
  • Loading branch information
mutdmour and csuermann authored Nov 10, 2022
1 parent b8a0a67 commit 4d9d68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/config/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ export const schema = {
format: Number,
default: 60 * 60 * 72, // 72 hours
env: 'N8N_LICENSE_AUTO_RENEW_OFFSET',
doc: 'How often to renew licenses automatically.',
doc: 'How many seconds before expiry a license should get automatically renewed. ',
},
activationKey: {
format: String,
Expand Down

0 comments on commit 4d9d68d

Please sign in to comment.