diff --git a/404.html b/404.html index e37c96cdcf..d9e38271b1 100644 --- a/404.html +++ b/404.html @@ -23,8 +23,8 @@ - - + +
Start Langflow with the configuration from your .env file:
.env
_10uv run langflow run --env-file .env
Starting Langflow with an .env file automatically authenticates you as the superuser set in LANGFLOW_SUPERUSER and LANGFLOW_SUPERUSER_PASSWORD. +
LANGFLOW_SUPERUSER
LANGFLOW_SUPERUSER_PASSWORD
Starting Langflow with a .env file automatically authenticates you as the superuser set in LANGFLOW_SUPERUSER and LANGFLOW_SUPERUSER_PASSWORD. If you don't explicitly set these variables, the default values are langflow and langflow for system auto-login.
langflow