Changeset View
Changeset View
Standalone View
Standalone View
www/tt-rss/files/config.php.in
| Show All 15 Lines | /* | ||||
| See this page for more information: https://tt-rss.org/wiki/GlobalConfig | See this page for more information: https://tt-rss.org/wiki/GlobalConfig | ||||
| */ | */ | ||||
| # Required for FreeBSD ports php location | # Required for FreeBSD ports php location | ||||
| putenv('TTRSS_PHP_EXECUTABLE=%%LOCALBASE%%/bin/php'); | putenv('TTRSS_PHP_EXECUTABLE=%%LOCALBASE%%/bin/php'); | ||||
| # Required for plugin installer usage of git | # Required for plugin installer usage of git | ||||
| putenv("PATH=%%LOCALBASE%%/bin/:" . getenv("PATH")); | putenv("PATH=%%LOCALBASE%%/bin/:" . getenv("PATH")); | ||||
| putenv('TTRSS_CACHE_DIR=/var/tt-rss/cache'); | |||||
| putenv('TTRSS_ICONS_DIR=/var/tt-rss/feed-icons'); | |||||
| putenv('TTRSS_LOCK_DIRECTORY=/var/tt-rss/lock'); | |||||
| #putenv('TTRSS_SINGLE_USER_MODE=true'); | #putenv('TTRSS_SINGLE_USER_MODE=true'); | ||||
| #putenv('TTRSS_SELF_URL_PATH='); | #putenv('TTRSS_SELF_URL_PATH='); | ||||
| #putenv('TTRSS_DB_HOST='); | #putenv('TTRSS_DB_HOST='); | ||||
| #putenv('TTRSS_DB_USER='); | #putenv('TTRSS_DB_USER='); | ||||
| #putenv('TTRSS_DB_NAME='); | #putenv('TTRSS_DB_NAME='); | ||||
| #putenv('TTRSS_DB_PASS='); | #putenv('TTRSS_DB_PASS='); | ||||