aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-05-14 19:06:24 +0100
committerGravatar Joe Banks <[email protected]>2021-05-14 19:06:24 +0100
commitbde67e0e911502cfc83533a4d8949bfbf8cf41ed (patch)
tree54213110a1feff88f7453ba9cff25bb6fe5ea83f
parentRevert "fix: USE_FAKEREDIS is uppercase" (diff)
Explicitly state which config file should be used for use_fakeredis
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md2
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 a48b7300..169eb945 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
@@ -110,7 +110,7 @@ The following is a list of all available environment variables used by the bot:
---
-If you are running on the host, while not required, we advise you set `use_fakeredis` to `true` in the config file during development to avoid the need of setting up a Redis server.
+If you are running on the host, while not required, we advise you set `use_fakeredis` to `true` in your `config.yml` file during development to avoid the need of setting up a Redis server.
It does mean you may lose persistent data on restart but this is non-critical.
Otherwise, you should set up a Redis instance and fill in the necessary config.
{: .notification .is-warning }