Skip to content

Commit

Permalink
Update env-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 24, 2024
1 parent 7b517e3 commit 9a44879
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/getting-started/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Here is a list of supported environment variables used by `backend/config.py` in
- Default: `http://localhost:3000`
- Description: Specifies the URL where the Open WebUI is reachable. Currently used for search engine support.

#### `AIOHTTP_CLIENT_TIMEOUT`

- Default: `300`
- Description: Specifies the timeout duration in seconds for the aiohttp client. This is the maximum amount of time the client will wait for a response before timing out. If set to an empty string (''), the timeout will be set to None, effectively disabling the timeout and allowing the client to wait indefinitely.

#### `DATA_DIR`

- Default: `./data`
Expand Down

0 comments on commit 9a44879

Please sign in to comment.