summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
authorfox <[email protected]>2022-01-19 15:09:45 +0300
committerfox <[email protected]>2022-01-19 15:09:45 +0300
commit428308dd9987bb395a730e5e0aa0a014a7380034 (patch)
tree598a728ba8130bb899d6c537641bdc8fc47e08bf /GlobalConfig.md
parent0e8a773fd35a49ae02ffb3291e81cdb239b02d81 (diff)
Update 'GlobalConfig'
Diffstat (limited to 'GlobalConfig.md')
-rw-r--r--GlobalConfig.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/GlobalConfig.md b/GlobalConfig.md
index 2fa0dd4..b1d64f2 100644
--- a/GlobalConfig.md
+++ b/GlobalConfig.md
@@ -24,7 +24,8 @@ putenv('TTRSS_SELF_URL_PATH=http://example.com/tt-rss');
putenv('TTRSS_SESSION_COOKIE_LIFETIME='.(86400*30));
```
-- Note lack of quotes around values. Regardless of method used, options should be always prefixed by `TTRSS_`.
+- Note lack of quotes around values.
+- Options should be always prefixed by `TTRSS_`.
- Don't modify `classes/config.php`.
- You don't need to put everything to `config.php`, only the options which you've changed from the defaults.