Docs: follow on for database service config change #5998
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow-on PR to #5960
This pull request includes updates to the
docs/docs/Configuration/environment-variables.md
file to expand and clarify the documentation on supported environment variables for Langflow. The changes include updates to existing entries and the addition of new environment variables.Documentation Updates:
LANGFLOW_CONFIG_DIR
andLANGFLOW_DATABASE_URL
.LANGFLOW_DATABASE_CONNECTION_RETRY
,LANGFLOW_DB_POOL_SIZE
,LANGFLOW_DB_MAX_OVERFLOW
,LANGFLOW_DB_CONNECT_TIMEOUT
, andLANGFLOW_DB_CONNECTION_SETTINGS
.LANGFLOW_OPEN_BROWSER
default value and added new variables likeLANGFLOW_MCP_SERVER_ENABLED
,LANGFLOW_MCP_SERVER_ENABLE_PROGRESS_NOTIFICATIONS
, andLANGFLOW_NEW_USER_IS_ACTIVE
.LANGFLOW_SECRET_KEY
for encrypting sensitive data and updated defaults forLANGFLOW_SUPERUSER
andLANGFLOW_SUPERUSER_PASSWORD
.