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:
parent
1e9f7109ba
commit
eadf42f0c3
1 changed files with 4 additions and 4 deletions
|
@ -62,15 +62,15 @@
|
|||
// then most probably you are using the CGI binary. If you are unsure what to
|
||||
// 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
|
||||
// daemon process or cronjobs under.
|
||||
|
||||
define('TTRSS_CACHE_DIR=cache');
|
||||
putenv('TTRSS_CACHE_DIR=cache');
|
||||
// Local cache directory for RSS feed content.
|
||||
|
||||
define('TTRSS_ICONS_DIR=feed-icons');
|
||||
define('TTRSS_ICONS_URL=feed-icons');
|
||||
putenv('TTRSS_ICONS_DIR=feed-icons');
|
||||
putenv('TTRSS_ICONS_URL=feed-icons');
|
||||
// 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue