mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Remove env vars from schema (no-changelog) (#4610)
This commit is contained in:
@@ -892,7 +892,6 @@ export const schema = {
|
||||
sharing: {
|
||||
format: Boolean,
|
||||
default: false,
|
||||
env: 'N8N_SHARING_ENABLED',
|
||||
},
|
||||
},
|
||||
// This is a temporary flag (acting as feature toggle)
|
||||
@@ -900,7 +899,6 @@ export const schema = {
|
||||
workflowSharingEnabled: {
|
||||
format: Boolean,
|
||||
default: false,
|
||||
env: 'N8N_WORKFLOW_SHARING_ENABLED',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user