mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Remove env vars from schema (no-changelog) (#4610)
This commit is contained in:
@@ -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',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user