diff options
| author | 2022-09-24 16:00:41 +0300 | |
|---|---|---|
| committer | 2022-09-24 16:00:41 +0300 | |
| commit | 8c2ed9b61d8b80a521122e7bbe095c3211725744 (patch) | |
| tree | 20f8e958486e86b4d5fe789c7637e5784f6b5531 /config-default.yml | |
| parent | Convert all setting entries to pydnatic models (diff) | |
| parent | Merge pull request #2232 from python-discord/bot-2231-enhancements (diff) | |
Merge branch 'main' into new-filters
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 1815b8ed7..fc334fa7a 100644 --- a/config-default.yml +++ b/config-default.yml @@ -380,6 +380,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/" |