diff options
author | 2021-05-14 18:59:22 +0100 | |
---|---|---|
committer | 2021-05-14 18:59:22 +0100 | |
commit | cc979fcf99bfa959ae8d370ae7bc290a12aa301a (patch) | |
tree | 0c5124836f98037c99f8fbe3181165c807980700 | |
parent | Merge pull request #487 from python-discord/dewikification (diff) |
fix: USE_FAKEREDIS is uppercase
-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 a48b7300..0948e513 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 the config 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 } |