summaryrefslogtreecommitdiff
path: root/.env-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-22 12:19:05 +0300
committerAndrew Dolgov <[email protected]>2023-10-22 12:19:05 +0300
commit7bba4ae558e6c9015a4efb063c92cf0b8037708b (patch)
treef019c6cd54981c6a6d42719cdc0f5bd1d8282364 /.env-dist
parent322296d6a0b18577ad6678fedb74743de186ed2f (diff)
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
Diffstat (limited to '.env-dist')
-rw-r--r--.env-dist4
1 files changed, 2 insertions, 2 deletions
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: