1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update config.php

This commit is contained in:
ericgaspar 2021-12-21 18:43:32 +01:00
parent 1e9f7109ba
commit eadf42f0c3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -62,15 +62,15 @@
// then most probably you are using the CGI binary. If you are unsure what to // then most probably you are using the CGI binary. If you are unsure what to
// put in here, ask your hosting provider. // put in here, ask your hosting provider.
define('TTRSS_LOCK_DIRECTORY=lock'); putenv('TTRSS_LOCK_DIRECTORY=lock');
// Directory for lockfiles, must be writable to the user you run // Directory for lockfiles, must be writable to the user you run
// daemon process or cronjobs under. // daemon process or cronjobs under.
define('TTRSS_CACHE_DIR=cache'); putenv('TTRSS_CACHE_DIR=cache');
// Local cache directory for RSS feed content. // Local cache directory for RSS feed content.
define('TTRSS_ICONS_DIR=feed-icons'); putenv('TTRSS_ICONS_DIR=feed-icons');
define('TTRSS_ICONS_URL=feed-icons'); putenv('TTRSS_ICONS_URL=feed-icons');
// Local and URL path to the directory, where feed favicons are stored. // Local and URL path to the directory, where feed favicons are stored.
// Unless you really know what you're doing, please keep those relative // Unless you really know what you're doing, please keep those relative
// to tt-rss main directory. // to tt-rss main directory.