diff options
-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 a88c41209..1ec88aee9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -424,7 +424,7 @@ class _Metabase(EnvConfig, env_prefix="metabase_"): username: str = "" password: str = "" base_url: str = "http://metabase.tooling.svc.cluster.local" - public_url: str = "https://metabase.pythondiscord.com" + public_url: str = "https://metabase.pydis.wtf" max_session_age: int = 20_160 |