Skip to content

Commit 4dcaefa

Browse files
authored
Update metabase namespace
1 parent 8383d5c commit 4dcaefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ class _Metabase(EnvConfig, env_prefix="metabase_"):
423423

424424
username: str = ""
425425
password: str = ""
426-
base_url: str = "http://metabase.default.svc.cluster.local"
426+
base_url: str = "http://metabase.tooling.svc.cluster.local"
427427
public_url: str = "https://metabase.pythondiscord.com"
428428
max_session_age: int = 20_160
429429

0 commit comments

Comments
 (0)