
        putenv('TTRSS_SELF_URL_PATH={ ${'tt-rss'}{'Uri'} || 'https://' . $SystemName . '.' . $DomainName . '/tt-rss' }');
        // Full URL of your tt-rss installation. This should be set to the
        // location of tt-rss directory, e.g. http://yourserver/tt-rss/
        // You need to set this option correctly otherwise several features
        // including PUSH, bookmarklets and browser integration will not work properly.

        putenv('TTRSS_CACHE_DIR=/var/cache/tt-rss');
        // Local cache directory for RSS feed content.

        putenv('TTRSS_ICONS_DIR=rssicons');
        putenv('TTRSS_ICONS_URL=rssicons');
        // Local and URL path to the directory, where feed favicons are stored.
        // Unless you really know what you're doing, please keep those relative
        // to tt-rss main directory.

        putenv('TTRSS_TMP_DIRECTORY=/var/lib/php/tt-rss/tmp');
        // Directory for temporary files

        putenv('TTRSS_PHP_EXECUTABLE=/usr/bin/php74');
        // Path to PHP executable

        putenv('TTRSS_LOCK_DIRECTORY=/var/lock/tt-rss');
        // Directory for lockfiles, must be writable to the user you run
        // daemon process or cronjobs under

