refactor(core): Move instanceType to InstanceSettings (no-changelog) (#10640)
This commit is contained in:
committed by
GitHub
parent
50beefb658
commit
25c8a328a8
@@ -175,12 +175,6 @@ export const schema = {
|
||||
env: 'GENERIC_TIMEZONE',
|
||||
},
|
||||
|
||||
instanceType: {
|
||||
doc: 'Type of n8n instance',
|
||||
format: ['main', 'webhook', 'worker'] as const,
|
||||
default: 'main',
|
||||
},
|
||||
|
||||
releaseChannel: {
|
||||
doc: 'N8N release channel',
|
||||
format: ['stable', 'beta', 'nightly', 'dev'] as const,
|
||||
|
||||
Reference in New Issue
Block a user