Update settings attributes and remove config.yaml references (#1975)
* chore: update settings attributes and remove config.yaml references * Remove config.yaml references and update settings attributes
This commit is contained in:
parent
9f2a0d1552
commit
e23544a1b2
22 changed files with 83 additions and 116 deletions
|
|
@ -19,7 +19,6 @@ Each option is detailed below:
|
|||
- `--workers`: Sets the number of worker processes. Can be set using the `LANGFLOW_WORKERS` environment variable. The default is `1`.
|
||||
- `--timeout`: Sets the worker timeout in seconds. The default is `60`.
|
||||
- `--port`: Sets the port to listen on. Can be set using the `LANGFLOW_PORT` environment variable. The default is `7860`.
|
||||
- `--config`: Defines the path to the configuration file. The default is `config.yaml`.
|
||||
- `--env-file`: Specifies the path to the .env file containing environment variables. The default is `.env`.
|
||||
- `--log-level`: Defines the logging level. Can be set using the `LANGFLOW_LOG_LEVEL` environment variable. The default is `critical`.
|
||||
- `--components-path`: Specifies the path to the directory containing custom components. Can be set using the `LANGFLOW_COMPONENTS_PATH` environment variable. The default is `langflow/components`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue