summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
authorfox <[email protected]>2021-02-24 08:09:48 +0300
committerfox <[email protected]>2021-02-24 08:09:48 +0300
commit845c5265ca33b8fa5a609e1ccf6db13ad0c03a27 (patch)
tree290d000a55564472b0f0d21334de6cff3f1153e9 /GlobalConfig.md
parentf1551ff0db5f9577cb73f16698a199eff8f55e97 (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 06e718c..6cda783 100644
--- a/GlobalConfig.md
+++ b/GlobalConfig.md
@@ -7,6 +7,7 @@ Alternatively, you can use `config.php` (copied from `config.php-dist`) to adjus
```php
putenv('TTRSS_DB_HOST=myserver');
putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss');
+putenv('TTRSS_SESSION_COOKIE_LIFETIME='.(86400*30));
```
Plugin-required constants also go here, using `define()`: