diff options
| author | 2021-12-08 12:20:45 +0100 | |
|---|---|---|
| committer | 2021-12-08 12:20:45 +0100 | |
| commit | 95322aa398d5c85237ac83dfd0e28da3d64bf033 (patch) | |
| tree | 1878df34a045c7044bbaf0a7435fc89e616e636d /config-default.yml | |
| parent | fix: parse whitespace out of pep titles (diff) | |
| parent | Merge 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.yml | 2 |
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/" |