summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
authorfox <[email protected]>2022-01-19 15:12:02 +0300
committerfox <[email protected]>2022-01-19 15:12:02 +0300
commitafb7710efe221ff6c4968c7356c89eeb3795b4b8 (patch)
tree357a33399c6570e08e7974eb73094341facde858 /GlobalConfig.md
parent9dbda42532785f5c8c8ba575d039440c867e91ac (diff)
Update 'GlobalConfig'
Diffstat (limited to 'GlobalConfig.md')
-rw-r--r--GlobalConfig.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/GlobalConfig.md b/GlobalConfig.md
index ef6c6e1..0c2b828 100644
--- a/GlobalConfig.md
+++ b/GlobalConfig.md
@@ -64,6 +64,7 @@ putenv('TTRSS_DB_USER=mydbuser');
putenv('TTRSS_DB_PASS=mydbpass');
putenv('TTRSS_DB_PORT=5432'); # or 3306
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss/');
+putenv('TTRSS_PHP_EXECUTABLE=/path/to/php-cli-binary'); # normally something like /usr/bin/php
```
## Migrating from old-style config.php