diff options
author | 2024-05-14 03:13:05 +0100 | |
---|---|---|
committer | 2024-05-14 03:13:05 +0100 | |
commit | 0fac72f787f2bb18ca64536cdb212a33e0e8c351 (patch) | |
tree | 88b660344aad0fb14e9afc84c5aeb0cadd43176f | |
parent | Bump lxml from 5.2.1 to 5.2.2 (#3049) (diff) |
Update Metabase URL
-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 |