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 4299b28e1..b23222d96 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -423,7 +423,7 @@ class _Metabase(EnvConfig, env_prefix="metabase_"):
username: str = ""
password: str = ""
- base_url: str = "http://metabase.default.svc.cluster.local"
+ base_url: str = "http://metabase.tooling.svc.cluster.local"
public_url: str = "https://metabase.pythondiscord.com"
max_session_age: int = 20_160