From 08e0131419b4247aeb19aa8e80c9522dfc2bfdab Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 23 Feb 2021 17:27:05 +0300 Subject: [PATCH] Update 'Home' --- Home.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Home.md b/Home.md index d9ebd4d..1717afb 100644 --- a/Home.md +++ b/Home.md @@ -18,18 +18,6 @@ Through the environment. For example, to set `SELF_URL_PATH`, add the following TTRSS_SELF_URL_PATH=http://example.com/tt-rss ``` -Note that to set a boolean option to `false` you should use empty string as value, not string literal "false", like so: - -```ini -TTRSS_SINGLE_USER_MODE= -``` - -This, however, would actually **enable** it: - -```ini -TTRSS_SINGLE_USER_MODE=false -``` - Don't use quotes around values. Look [here](https://tt-rss.org/wiki/GlobalConfig) for more information.