diff options
author | 2024-04-15 23:26:17 +0100 | |
---|---|---|
committer | 2024-04-15 23:26:17 +0100 | |
commit | 3633f920fe178ad5afd9b4690bd8c04f6f5198e4 (patch) | |
tree | a2de0c951bc0339a58bca2a3fc07b208dbfcbaa7 | |
parent | Update metabase namespace (diff) |
Update Redis service address
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index b23222d96..a88c41209 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -385,7 +385,7 @@ VideoPermission = _VideoPermission() class _Redis(EnvConfig, env_prefix="redis_"): - host: str = "redis.default.svc.cluster.local" + host: str = "redis.databases.svc.cluster.local" password: str = "" port: int = 6379 use_fakeredis: bool = False # If this is True, Bot will use fakeredis.aioredis |