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:
Cornelius Suermann
2023-04-21 17:10:10 +02:00
committed by GitHub
parent 54f99a7d0d
commit ab12d3e327
6 changed files with 72 additions and 39 deletions

View File

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