diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:53:08 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:53:08 +0000 |
| commit | 987e283677bde3d3f5926655a4673fb38961d08b (patch) | |
| tree | a28b99f9cabe226b8ebff43e52f71cc8cf3f5141 /Global-Config.md | |
| parent | 978c6fafdef0f6efd70f57cb1e86bd0a662188fd (diff) | |
Switch to GitHub format for alerts/notifications.
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 9dfbe4b..1f2d972 100644 --- a/Global-Config.md +++ b/Global-Config.md @@ -48,7 +48,7 @@ putenv('TTRSS_SESSION_COOKIE_LIFETIME=86400*30'); // instead you're casting string literal "86400*30" to an integer ``` -!!! notice +[!NOTE] All values should be precalculated when setting via `.env` because they are not evaluated by PHP and used as-is. |