fix: Remove env vars from schema (no-changelog) (#4610)

This commit is contained in:
Alex Grozav 2022-11-15 14:34:39 +02:00 committed by GitHub
parent 898c25fd7e
commit 531a290fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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