add previous (WEBSOCKET_)REDIS_URL default als example

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

View File

@ -2258,6 +2258,7 @@ More information about this setting can be found [here](https://docs.sqlalchemy.
#### `REDIS_URL` #### `REDIS_URL`
- Type: `str` - Type: `str`
- Example: `redis://localhost:6379/0`
- Description: Specifies the URL of the Redis instance for app state. - Description: Specifies the URL of the Redis instance for app state.
#### `SENTINEL_HOSTS` #### `SENTINEL_HOSTS`