From 591a027a04f18a6787ec9a5dcf6ed13466df994b Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:23:20 +0100 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 277cb718..d493df88 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -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`