mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Update env-configuration.mdx
This commit is contained in:
@@ -4477,6 +4477,8 @@ This option has no effect if `WEBSOCKET_SENTINEL_HOSTS` is defined.
|
||||
**AWS SSM and Docker compose cannot ingest raw JSON, as such you need top escape any double quotes like the following:**
|
||||
`{\"retry_on_timeout\": true, \"socket_connect_timeout\": 5, \"socket_timeout\": 5, \"max_connections\": 8}`
|
||||
|
||||
:::
|
||||
|
||||
#### `WEBSOCKET_SERVER_LOGGING`
|
||||
|
||||
- Type: `bool`
|
||||
@@ -4487,6 +4489,8 @@ This option has no effect if `WEBSOCKET_SENTINEL_HOSTS` is defined.
|
||||
|
||||
**This can be very verbose, it is only recommended to use this flag when debugging Redis related issues.**
|
||||
|
||||
:::
|
||||
|
||||
#### `WEBSOCKET_SERVER_ENGINEIO_LOGGING`
|
||||
|
||||
- Type: `bool`
|
||||
@@ -4497,6 +4501,7 @@ This option has no effect if `WEBSOCKET_SENTINEL_HOSTS` is defined.
|
||||
|
||||
**This can be very verbose, it is only recommended to use this flag when debugging Redis related issues.**
|
||||
|
||||
:::
|
||||
|
||||
#### `WEBSOCKET_SERVER_PING_TIMEOUT`
|
||||
|
||||
@@ -4510,7 +4515,6 @@ This option has no effect if `WEBSOCKET_SENTINEL_HOSTS` is defined.
|
||||
- Default: `25`
|
||||
- Description: The frequency for a ping to Redis in seconds.
|
||||
|
||||
|
||||
#### `ENABLE_STAR_SESSIONS_MIDDLEWARE`
|
||||
- Type: `bool`
|
||||
- Default: `False`
|
||||
|
||||
Reference in New Issue
Block a user