diff options
Diffstat (limited to 'Global-Config.md')
| -rw-r--r-- | Global-Config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global-Config.md b/Global-Config.md index fc0b62d..ef6e7f2 100644 --- a/Global-Config.md +++ b/Global-Config.md @@ -2,7 +2,7 @@ All settings (see `_DEFAULTS[]` for default values) are listed here: - https://github.com/tt-rss/tt-rss/blob/main/classes/Config.php (source code, including default values) -It is preferred to adjust tt-rss global configuration through the environment, i.e. defined in `.env` when using docker-compose setup: +It is preferred to adjust tt-rss global configuration through the environment (e.g. using your Docker `.env` file): ```ini # Copy this file to .env before building the container. |