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:
Gabriel Luiz Freitas Almeida 2024-04-10 11:57:53 -03:00 committed by GitHub
commit e486d46602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 183 additions and 25 deletions

View file

@ -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=