From 175972426830137a88b1d94dfbe512fcaa992eef Mon Sep 17 00:00:00 2001 From: teddit Date: Sat, 11 Jun 2022 20:03:13 +0200 Subject: [PATCH] add the suggested_subreddits config to the list of env vars --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a641c..c023fad 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ The following variables may be set to customize your deployment at runtime. | domain_replacements | Replacements for domains in outgoing links. Tuples with regular expressions to match, and replacement values. This is in addition to user-level configuration of privacyDomains. Defaults to **[]** | | cache_control | *Boolean* If true, teddit will automatically remove all cached static files. Defaults to **true** | | cache_control_interval | How often the cache directory for static files is emptied (in hours). Default is every 24 hours. Requires cache_control to be true. Defaults to **24** | +| suggested_subreddits | Array of suggested subreddits, which are displayed in the top bar (if the user doesn't have any subscriptions) and in the cleaned home page. Defaults to Reddit's default suggested subreddits. | ### Manual