We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5181e commit 36b4edaCopy full SHA for 36b4eda
packages/@n8n/config/src/configs/workflows.config.ts
@@ -24,6 +24,6 @@ export class WorkflowsConfig {
24
indexingEnabled: boolean = false;
25
26
/** DO NOT USE - Enable draft/publish workflow feature */
27
- @Env('N8N_WORKFLOWS_DRAFT_PUBLISH_ENABLED')
+ @Env('N8N_ENV_FEAT_WORKFLOWS_DRAFT_PUBLISH_ENABLED')
28
draftPublishEnabled: boolean = false;
29
}
0 commit comments