diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:59:55 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:59:55 +0000 |
| commit | 54771ac70bd4516d566d558318f46253919ff5c4 (patch) | |
| tree | b5725a36575945d00acbb63dcc13444b1faaff33 /Global-Config.md | |
| parent | 987e283677bde3d3f5926655a4673fb38961d08b (diff) | |
Switch to GitHub format for alerts/notifications (part 2).
Diffstat (limited to 'Global-Config.md')
| -rw-r--r-- | Global-Config.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Global-Config.md b/Global-Config.md index 1f2d972..ff9a31c 100644 --- a/Global-Config.md +++ b/Global-Config.md @@ -48,9 +48,8 @@ putenv('TTRSS_SESSION_COOKIE_LIFETIME=86400*30'); // instead you're casting string literal "86400*30" to an integer ``` -[!NOTE] - - All values should be precalculated when setting via `.env` because they are not evaluated by PHP and used as-is. +> [!NOTE] +> All values should be precalculated when setting via `.env` because they are not evaluated by PHP and used as-is. ## Minimal config.php for a non-Docker setup |