diff options
author | 2023-03-10 10:35:11 +0100 | |
---|---|---|
committer | 2023-03-10 10:35:11 +0100 | |
commit | 3a26f5095780c932940a3d8efd171caebf1118c0 (patch) | |
tree | 896c25b34c45048e2a66cd0199b353a74c72210f /pydis_site/apps | |
parent | apply Zig's suggestions (diff) |
indicate that both site & site api need to be provided
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md index da9e1be5..d6a8d80b 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md @@ -640,7 +640,7 @@ You are now almost ready to run the Python bot. The simplest way to do so is wit In your `.env.server` file: -* Set `urls_site` to `"web:8000"`. +* Set `urls_site` to `"web:8000"` and `urls_site_api` to `"web:8000/api"`. * If you wish to work with snekbox set the following: * `urls_snekbox_eval_api` to `"http://snekbox:8060/eval"` * `urls_snekbox_311_eval_api` to `"http://snekbox-311:8060/eval"`. |