diff options
author | 2020-02-19 11:17:40 -0700 | |
---|---|---|
committer | 2020-02-19 11:17:40 -0700 | |
commit | fd087cc38ea5e2dd5c23ba74cd2d74c7cd3c8014 (patch) | |
tree | 16889f5205207dd52703d427c40f76c7753c36c4 | |
parent | Moderation: show avatar in infraction deactivation log (diff) | |
parent | Change snekbox api url to internal docker domain. (diff) |
Merge branch 'master' into feat/frontend/b685/expired-infraction-log-duration
-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 fda14b511..3345e6f2a 100644 --- a/config-default.yml +++ b/config-default.yml @@ -302,7 +302,7 @@ urls: paste_service: !JOIN [*SCHEMA, *PASTE, "/{key}"] # Snekbox - snekbox_eval_api: "https://snekbox.pythondiscord.com/eval" + snekbox_eval_api: "http://snekbox:8060/eval" # Discord API URLs discord_api: &DISCORD_API "https://discordapp.com/api/v7/" |