diff options
author | 2024-04-15 11:33:59 +0100 | |
---|---|---|
committer | 2024-04-15 11:33:59 +0100 | |
commit | 2e369d63d3c7ded857c83c1a7d1c97f0bfcd3402 (patch) | |
tree | 6d6020e3d57e4ecea9ed35be909e20a17ffed7e9 | |
parent | Update deployment namespace (diff) |
Update snekbox 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 a9e192c52..02bc0fa42 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -434,7 +434,7 @@ Metabase = _Metabase() class _BaseURLs(EnvConfig, env_prefix="urls_"): # Snekbox endpoints - snekbox_eval_api: str = "http://snekbox.default.svc.cluster.local/eval" + snekbox_eval_api: str = "http://snekbox.snekbox.svc.cluster.local/eval" # Discord API discord_api: str = "https://discordapp.com/api/v7/" |