summaryrefslogtreecommitdiff
path: root/GlobalConfig.md
diff options
context:
space:
mode:
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