--- #https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: Workflows environment variables description: Environment variables to configure workflows in n8n, including default naming, onboarding flow preferences, tag management, and caller policy settings. contentType: reference tags: - environment variables hide: - toc - tags --- # Workflows environment variables --8<-- "_snippets/self-hosting/file-based-configuration.md" | Variable | Type | Default | Description | | :------- | :---- | :------- | :---------- | | `N8N_ONBOARDING_FLOW_DISABLED` | Boolean | `false` | Whether to disable onboarding tips when creating a new workflow (true) or not (false). | | `N8N_WORKFLOW_ACTIVATION_BATCH_SIZE` | Number | `1` | How many workflows to activate simultaneously during startup. | `N8N_WORKFLOW_CALLER_POLICY_DEFAULT_OPTION` | String | `workflowsFromSameOwner` | Which workflows can call a workflow. Options are: `any`, `none`, `workflowsFromAList`, `workflowsFromSameOwner`. This feature requires [Workflow sharing](/workflows/sharing.md). | | `N8N_WORKFLOW_TAGS_DISABLED` | Boolean | `false` | Whether to disable workflow tags (true) or enable tags (false). | | `WORKFLOWS_DEFAULT_NAME` | String | `My workflow` | The default name used for new workflows. |