📝 docs(README.md): update documentation to include new parameters for completeness and clarity
The README.md file has been updated to include information about two new parameters: `--backend-only` and `store`. These parameters allow users to customize the behavior of Langflow, especially in development or specialized deployment scenarios. The `--backend-only` parameter allows running only the backend server without the frontend, and it can also be set using the `LANGFLOW_BACKEND_ONLY` environment variable. The `store` parameter enables the store features by default, and it can be deactivated using the `--no-store` option or the `LANGFLOW_STORE` environment variable.
This commit is contained in:
parent
9770f67227
commit
bcc58cfe6a
1 changed files with 4 additions and 0 deletions
|
|
@ -114,6 +114,10 @@ Each option is detailed below:
|
|||
- `--remove-api-keys/--no-remove-api-keys`: Toggles the option to remove API keys from the projects saved in the database. Can be set using the `LANGFLOW_REMOVE_API_KEYS` environment variable. The default is `no-remove-api-keys`.
|
||||
- `--install-completion [bash|zsh|fish|powershell|pwsh]`: Installs completion for the specified shell.
|
||||
- `--show-completion [bash|zsh|fish|powershell|pwsh]`: Shows completion for the specified shell, allowing you to copy it or customize the installation.
|
||||
- `--backend-only`: This parameter, with a default value of `False`, allows running only the backend server without the frontend. It can also be set using the `LANGFLOW_BACKEND_ONLY` environment variable.
|
||||
- `store`: This parameter, with a default value of `True`, enables the store features, use `--no-store` to deactivate it. It can be configured using the `LANGFLOW_STORE` environment variable.
|
||||
|
||||
These parameters are important for users who need to customize the behavior of Langflow, especially in development or specialized deployment scenarios. You may want to update the documentation to include these parameters for completeness and clarity.
|
||||
|
||||
### Environment Variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue