diff options
author | 2020-11-19 00:27:05 +0000 | |
---|---|---|
committer | 2020-11-19 00:27:05 +0000 | |
commit | ebd440ac8aff27ad70f6a59fde6af15fa8c61b68 (patch) | |
tree | bd9e368fe3be4b8c33a7087a867cbc33580a015c | |
parent | Update config options with new hosts (diff) |
Update snekbox address in config-default.yml
-rw-r--r-- | config-default.yml | 2 |
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/" |