diff options
author | 2021-05-15 07:03:51 +0300 | |
---|---|---|
committer | 2021-05-15 07:03:51 +0300 | |
commit | 8641344cda26e4c89e1c824deb13a2e66261390e (patch) | |
tree | 69c12cde1bcfd84602155680408c0f3f4a7d9540 | |
parent | Merge pull request #492 from python-discord/joe/redirect-app-301 (diff) | |
parent | Merge branch 'main' into revert-488-vcokltfre/fix/uppercase-env (diff) |
Merge pull request #489 from python-discord/revert-488-vcokltfre/fix/uppercase-env
Revert "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 df17ce2f..9e0f323a 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 @@ -109,7 +109,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 } |