mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix: Remove env vars from schema (no-changelog) (#4610)
This commit is contained in:
parent
898c25fd7e
commit
531a290fad
|
@ -892,7 +892,6 @@ export const schema = {
|
||||||
sharing: {
|
sharing: {
|
||||||
format: Boolean,
|
format: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
env: 'N8N_SHARING_ENABLED',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// This is a temporary flag (acting as feature toggle)
|
// This is a temporary flag (acting as feature toggle)
|
||||||
|
@ -900,7 +899,6 @@ export const schema = {
|
||||||
workflowSharingEnabled: {
|
workflowSharingEnabled: {
|
||||||
format: Boolean,
|
format: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
env: 'N8N_WORKFLOW_SHARING_ENABLED',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue