aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-19 00:27:05 +0000
committerGravatar Joe Banks <[email protected]>2020-11-19 00:27:05 +0000
commitebd440ac8aff27ad70f6a59fde6af15fa8c61b68 (patch)
treebd9e368fe3be4b8c33a7087a867cbc33580a015c
parentUpdate config options with new hosts (diff)
Update snekbox address in 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 ac67251b0..89493c4de 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -329,7 +329,7 @@ urls:
paste_service: !JOIN [*SCHEMA, *PASTE, "/{key}"]
# Snekbox
- snekbox_eval_api: "http://snekbox:8060/eval"
+ snekbox_eval_api: "http://snekbox.default.svc.cluster.local/eval"
# Discord API URLs
discord_api: &DISCORD_API "https://discordapp.com/api/v7/"