From 2a1e821143a7fa2608005003cc8f8b52170bd450 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 14 May 2021 19:02:32 +0100 Subject: Revert "fix: USE_FAKEREDIS is uppercase" --- .../apps/content/resources/guides/pydis-guides/contributing/bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/apps') 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 0948e513..a48b7300 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 } -- cgit v1.2.3