update REDIS_URL default

This commit is contained in:
Jan Kessler 2025-03-24 21:01:10 +01:00
parent d9ba4f7923
commit 9a85572706
No known key found for this signature in database
GPG Key ID: FCF0DCB4ADFC53E7

View File

@ -2241,7 +2241,7 @@ More information about this setting can be found [here](https://docs.sqlalchemy.
#### `WEBSOCKET_REDIS_URL`
- Type: `str`
- Default: `redis://localhost:6379/0`
- Default: `${REDIS_URL}`
- Description: Specifies the URL of the Redis instance for websocket communication. It is distinct from `REDIS_URL` and in practice it is recommend to set both.
#### `WEBSOCKET_SENTINEL_HOSTS`