11 lines
495 B
Plaintext
11 lines
495 B
Plaintext
# Description: Example of .env file
|
||
# Usage: Copy this file to .env and change the values
|
||
# according to your needs
|
||
# Do not commit .env file to git
|
||
# Do not change .env.example file
|
||
# You can set up a superuser's username and password
|
||
# If there is no need for user management, set LANGFLOW_AUTO_LOGIN=true and delete LANGFLOW_SUPERUSER and LANGFLOW_SUPERUSER_PASSWORD.
|
||
|
||
LANGFLOW_AUTO_LOGIN=false
|
||
LANGFLOW_SUPERUSER=admin
|
||
LANGFLOW_SUPERUSER_PASSWORD=123456 |