summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
authorfox <[email protected]>2021-02-22 23:02:49 +0300
committerfox <[email protected]>2021-02-22 23:02:49 +0300
commit857029ede1a9ea8e88ec72ea52e469542836c610 (patch)
tree6d06fb8ddd0892cf4bf4e2422fc6d8bf6d01ae9a /GlobalConfig.md
parent1e87a2e3b4d917f0746aea8e72d9a3ae985a7d68 (diff)
Update 'GlobalConfig'
Diffstat (limited to 'GlobalConfig.md')
-rw-r--r--GlobalConfig.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/GlobalConfig.md b/GlobalConfig.md
index 8f5796e..035a021 100644
--- a/GlobalConfig.md
+++ b/GlobalConfig.md
@@ -1,8 +1,8 @@
% Global configuration
-Preferred method to adjust tt-rss global configuration options is through the environment, using `.env` in the compose directory.
+Preferred method to adjust tt-rss global configuration options is through the environment, i.e. through `.env` when using Compose setup.
-Alternatively, you can use `config.php` (copied from `config.php-dist`) to adjust the defaults. Use the following syntax (options are declared in classes/config.php, prefixed by TTRSS_):
+Alternatively, you can use `config.php` (copied from `config.php-dist`) to adjust the defaults. Use the following syntax (options are declared in classes/config.php, prefixed by `TTRSS_`):
```php
putenv('TTRSS_DB_HOST=myserver')
@@ -15,3 +15,6 @@ Plugin-required constants also go here, using `define()`:
define('LEGACY_CONSTANT', 'value');
```
+## Available options
+
+TBD