From 7bba4ae558e6c9015a4efb063c92cf0b8037708b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Oct 2023 12:19:05 +0300 Subject: remove startup checks for SELF_URL_PATH, rely on auto-detection instead --- .env-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.env-dist') diff --git a/.env-dist b/.env-dist index c43ad0eed..7af56ef56 100644 --- a/.env-dist +++ b/.env-dist @@ -30,8 +30,8 @@ TTRSS_DB_USER=postgres TTRSS_DB_NAME=postgres TTRSS_DB_PASS=password -# You will likely need to set this to the correct value - it should point to external tt-rss URL as seen in your browser. -TTRSS_SELF_URL_PATH=http://example.com/tt-rss +# This is a fallback value for PHP CLI SAPI, it should be set to a fully-qualified tt-rss URL +# TTRSS_SELF_URL_PATH=http://example.com/tt-rss # You can customize other config.php defines by setting overrides here. See tt-rss/.docker/app/Dockerfile for complete list. Examples: -- cgit v1.2.3-54-g00ecf