aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 7288c949..3be4a1cf 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -293,7 +293,7 @@ Wolfram = _Wolfram()
class _Redis(EnvConfig, env_prefix="redis_"):
- host: str = "redis.default.svc.cluster.local"
+ host: str = "redis.databases.svc.cluster.local"
port: int = 6379
password: SecretStr = ""
use_fakeredis: bool = False