diff options
author | 2024-04-15 15:57:27 +0100 | |
---|---|---|
committer | 2024-04-15 15:57:27 +0100 | |
commit | 4dcaefa6a0a6af1bf49469b0bba36e9650248981 (patch) | |
tree | 8783cca26fa4c2c40584330843ca6c11b9b8c174 | |
parent | Update site namespace in constants (diff) |
Update metabase namespace
-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 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 |