Add environment variable initialization and store_environment_variables (#1654)
* Add environment variable initialization and add store_environment_variables * Add variables_to_get_from_environment to store specific environment variables * Remove unused variables from VariableService * Update global variables documentation and refactor VariableService
This commit is contained in:
parent
b0308336c2
commit
e486d46602
7 changed files with 183 additions and 25 deletions
|
|
@ -71,6 +71,10 @@ LANGFLOW_SUPERUSER=
|
|||
# Example: LANGFLOW_SUPERUSER_PASSWORD=123456
|
||||
LANGFLOW_SUPERUSER_PASSWORD=
|
||||
|
||||
# Should store environment variables in the database
|
||||
# Values: true, false
|
||||
LANGFLOW_STORE_ENVIRONMENT_VARIABLES=
|
||||
|
||||
# STORE_URL
|
||||
# Example: LANGFLOW_STORE_URL=https://api.langflow.store
|
||||
# LANGFLOW_STORE_URL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue