aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-13 18:59:38 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-16 23:30:08 +0100
commit3ad7cd9a5880853771e6af1f050bd5eb251b9b88 (patch)
tree10d6576d1dba853a4ac3217672aa1f8b949c16bd /config-default.yml
parentMerge pull request #2215 from python-discord/revival-of-code-role (diff)
Add required config and constants for snekbox 3.11
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index 91945e2b8..a12b680e1 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -379,6 +379,7 @@ urls:
# Snekbox
snekbox_eval_api: !ENV ["SNEKBOX_EVAL_API", "http://snekbox.default.svc.cluster.local/eval"]
+ snekbox_311_eval_api: !ENV ["SNEKBOX_311_EVAL_API", "http://snekbox-311.default.svc.cluster.local/eval"]
# Discord API URLs
discord_api: &DISCORD_API "https://discordapp.com/api/v7/"