You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/Develop/environment-variables.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,7 @@ See [Telemetry](/contributing-telemetry).
446
446
|`LANGFLOW_ALLOW_COMPONENTS_PATHS_OVERRIDE`| Boolean |`True`| When `false` alongside `LANGFLOW_ALLOW_CUSTOM_COMPONENTS=false`, components contributed by `LANGFLOW_COMPONENTS_PATH` and `LANGFLOW_COMPONENTS_INDEX_PATH` no longer bypass the block. Has no effect when `LANGFLOW_ALLOW_CUSTOM_COMPONENTS=true`. For more information, see [Block custom components](../Deployment/deployment-block-custom-components.mdx). |
447
447
|`LANGFLOW_LOAD_FLOWS_PATH`| String | Not set | Path to a directory containing flow JSON files to be loaded on startup. Typically used when creating a Docker image with prepackaged flows. Requires `LANGFLOW_AUTO_LOGIN=True`. |
448
448
|`LANGFLOW_LOAD_FLOWS_OVERWRITE_ON_NAME_MATCH`| Boolean |`False`| When a flow file in `LANGFLOW_LOAD_FLOWS_PATH` shares a name with an existing DB row but has a different `id`, controls whether to overwrite the existing row. `False` (default) skips with a warning so UI edits are preserved on restart when file UUIDs regenerate. Set to `True` to opt into prepackaged-flows-are-source-of-truth semantics, typically for CI/CD pipelines. |
449
+
|`LANGFLOW_LOAD_FLOWS_PRESERVE_VARIABLE_BINDINGS`| Boolean |`True`| Preserve global-variable bindings configured in the visual editor when an existing flow is reloaded from `LANGFLOW_LOAD_FLOWS_PATH`. Bindings explicitly configured in the flow file still take precedence. Set to `False` to restore blind replacement of the flow data on restart. |
449
450
|`LANGFLOW_CREATE_STARTER_PROJECTS`| Boolean |`True`| Whether to create templates during initialization. If `false`, Langflow doesn't create templates, and `LANGFLOW_UPDATE_STARTER_PROJECTS` is treated as `false`. |
450
451
|`LANGFLOW_UPDATE_STARTER_PROJECTS`| Boolean |`True`| Whether to update templates with the latest component versions when initializing after an upgrade. |
451
452
|`LANGFLOW_LAZY_LOAD_COMPONENTS`| Boolean |`False`| If `true`, Langflow only partially loads components at startup and fully loads them on demand. This significantly reduces startup time but can cause a slight delay when a component is first used. |
@@ -485,4 +486,4 @@ You can hide individual elements without enabling the umbrella flag.
485
486
|`LANGFLOW_HIDE_NEW_PROJECT_BUTTON`| Boolean |`False`| If `true`, hides the new project/folder button in the sidebar. Automatically enabled when `LANGFLOW_EMBEDDED_MODE=true`. |
486
487
|`LANGFLOW_HIDE_NEW_FLOW_BUTTON`| Boolean |`False`| If `true`, hides the new flow button in the header. Automatically enabled when `LANGFLOW_EMBEDDED_MODE=true`. |
487
488
|`LANGFLOW_HIDE_STARTER_PROJECTS`| Boolean |`False`| If `true`, hides the starter projects tab in the templates modal. Does not affect database seeding of starter projects. Automatically enabled when `LANGFLOW_EMBEDDED_MODE=true`. |
488
-
|`LANGFLOW_HIDE_GETTING_STARTED_PROGRESS`| Boolean |`False`| If `true`, hides the getting-started onboarding progress UI. Not automatically enabled when `LANGFLOW_EMBEDDED_MODE=true`. |
489
+
|`LANGFLOW_HIDE_GETTING_STARTED_PROGRESS`| Boolean |`False`| If `true`, hides the getting-started onboarding progress UI. Not automatically enabled when `LANGFLOW_EMBEDDED_MODE=true`. |
0 commit comments