diff options
author | 2024-04-15 23:27:07 +0100 | |
---|---|---|
committer | 2024-04-15 23:27:07 +0100 | |
commit | 9f1d8fe9632f45af4c9e3b3b82f71003f03c2fd8 (patch) | |
tree | 78ac6db85fc8fd05074ec35eb3668980b729121f /bot | |
parent | Update deployment namespace (diff) |
Update Redis service address
Diffstat (limited to 'bot')
-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 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 |