mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add license:info command (#6047)
* feat(core): Add license:info command * revert changes to start.ts * revert changes to start.ts * fix typo
This commit is contained in:
committed by
GitHub
parent
54f99a7d0d
commit
ab12d3e327
@@ -1130,7 +1130,7 @@ export const schema = {
|
||||
format: Boolean,
|
||||
default: true,
|
||||
env: 'N8N_LICENSE_AUTO_RENEW_ENABLED',
|
||||
doc: 'Whether autorenew for licenses is enabled.',
|
||||
doc: 'Whether auto renewal for licenses is enabled.',
|
||||
},
|
||||
autoRenewOffset: {
|
||||
format: Number,
|
||||
|
||||
Reference in New Issue
Block a user