summaryrefslogtreecommitdiff
path: root/Global-Config.md
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:53:08 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:53:08 +0000
commit987e283677bde3d3f5926655a4673fb38961d08b (patch)
treea28b99f9cabe226b8ebff43e52f71cc8cf3f5141 /Global-Config.md
parent978c6fafdef0f6efd70f57cb1e86bd0a662188fd (diff)
Switch to GitHub format for alerts/notifications.
Diffstat (limited to 'Global-Config.md')
-rw-r--r--Global-Config.md2
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.