Update env-configuration.md

This commit is contained in:
Kurt Heiden 2025-04-10 11:50:58 -06:00 committed by GitHub
parent 48a0dcd713
commit cd50e12c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,6 +231,12 @@ WEBUI_BANNERS="[{\"id\": \"1\", \"type\": \"warning\", \"title\": \"Your message
- Description: Builds the Docker image with NVIDIA CUDA support. Enables GPU acceleration - Description: Builds the Docker image with NVIDIA CUDA support. Enables GPU acceleration
for local Whisper and embeddings. for local Whisper and embeddings.
#### `EXTERNAL_PWA_MANIFEST_URL`
- Type: `str`
- Default: empty string (' '), since `None` is set as default
- Description: When defined as a fully qualified URL (e.g. https://path/to/manifest.webmanifest), requests sent to /manifest.json will use the external manifest file. When not defined, the default manifest.json file will be used.
### AIOHTTP Client ### AIOHTTP Client
#### `AIOHTTP_CLIENT_TIMEOUT` #### `AIOHTTP_CLIENT_TIMEOUT`