Merge pull request #771 from open-webui/dev

Dev
This commit is contained in:
Classic298
2025-10-16 20:03:38 +02:00
committed by GitHub

View File

@@ -913,7 +913,7 @@ The value of `API_KEY_ALLOWED_ENDPOINTS` should be a comma-separated list of end
#### `JWT_EXPIRES_IN`
- Type: `str`
- Default: `-1`
- Default: `4w`
- Description: Sets the JWT expiration time in seconds. Valid time units: `s`, `m`, `h`, `d`, `w` or `-1` for no expiration.
- Persistence: This environment variable is a `PersistentConfig` variable.