summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
authorfox <[email protected]>2022-01-19 15:10:45 +0300
committerfox <[email protected]>2022-01-19 15:10:45 +0300
commit9dbda42532785f5c8c8ba575d039440c867e91ac (patch)
tree1c373334999a96af2385533861aa1e3ecc3c0f53 /GlobalConfig.md
parent428308dd9987bb395a730e5e0aa0a014a7380034 (diff)
Update 'GlobalConfig'
Diffstat (limited to 'GlobalConfig.md')
-rw-r--r--GlobalConfig.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/GlobalConfig.md b/GlobalConfig.md
index b1d64f2..ef6c6e1 100644
--- a/GlobalConfig.md
+++ b/GlobalConfig.md
@@ -16,7 +16,7 @@ It is preferred to adjust tt-rss global configuration through the environment, i
TTRSS_SELF_URL_PATH=http://127.0.0.1/tt-rss
```
-Alternatively, you can create `config.php` in tt-rss root directory (copied from `config.php-dist`), using the following syntax:
+Alternatively, you can **create** `config.php` in tt-rss root directory (copied from `config.php-dist`), using the following syntax:
```php
putenv('TTRSS_DB_HOST=myserver');