aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-12-08 12:20:45 +0100
committerGravatar GitHub <[email protected]>2021-12-08 12:20:45 +0100
commit95322aa398d5c85237ac83dfd0e28da3d64bf033 (patch)
tree1878df34a045c7044bbaf0a7435fc89e616e636d /config-default.yml
parentfix: parse whitespace out of pep titles (diff)
parentMerge pull request #1996 from python-discord/snekbox-api-url-env-var (diff)
Merge branch 'main' into fix-pep-whitespace
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml
index 0d3ddc005..1e04f5844 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -377,7 +377,7 @@ urls:
site_logs_view: !JOIN [*STAFF, "/bot/logs"]
# Snekbox
- snekbox_eval_api: "http://snekbox.default.svc.cluster.local/eval"
+ snekbox_eval_api: !ENV ["SNEKBOX_EVAL_API", "http://snekbox.default.svc.cluster.local/eval"]
# Discord API URLs
discord_api: &DISCORD_API "https://discordapp.com/api/v7/"