summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
authorfox <[email protected]>2022-01-20 08:36:12 +0300
committerfox <[email protected]>2022-01-20 08:36:12 +0300
commitcfcfd5f4e236b7c9451d4efbc18779784ecd5d35 (patch)
tree9aab569e6eaafa2b850d1a8a0d423317ad6f1d3d /GlobalConfig.md
parent93f5fcca2def7d73ec0e7b46f8f763b942760708 (diff)
Update 'GlobalConfig'
Diffstat (limited to 'GlobalConfig.md')
-rw-r--r--GlobalConfig.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/GlobalConfig.md b/GlobalConfig.md
index 7034013..fc1645a 100644
--- a/GlobalConfig.md
+++ b/GlobalConfig.md
@@ -58,6 +58,8 @@ Note that all values should be precomputed when setting via `.env` because they
Should have at least these options defined:
```php
+<?php
+
putenv('TTRSS_DB_TYPE=pgsql'); # or mysql
putenv('TTRSS_DB_HOST=mydbhost');
putenv('TTRSS_DB_USER=mydbuser');