From c1df745adf615eea3345d3b001f8b929c5dff2e3 Mon Sep 17 00:00:00 2001
From: Jan Kessler <jakessle@uni-mainz.de>
Date: Thu, 27 Mar 2025 11:43:19 +0100
Subject: [PATCH] update for renamed envs

---
 docs/getting-started/env-configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md
index ecb8ed1..04135ae 100644
--- a/docs/getting-started/env-configuration.md
+++ b/docs/getting-started/env-configuration.md
@@ -2261,12 +2261,12 @@ More information about this setting can be found [here](https://docs.sqlalchemy.
 - Example: `redis://localhost:6379/0`
 - Description: Specifies the URL of the Redis instance for app state.
 
-#### `SENTINEL_HOSTS`
+#### `REDIS_SENTINEL_HOSTS`
 
 - Type: `str`
 - Description: Comma-separated list of Redis Sentinels for app state. If specified, the "hostname" in `REDIS_URL` will be interpreted as the Sentinel service name.
 
-#### `SENTINEL_PORT`
+#### `REDIS_SENTINEL_PORT`
 
 - Type: `int`
 - Default: `26379`