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