summaryrefslogtreecommitdiff
path: root/Global-Config.md
diff options
context:
space:
mode:
Diffstat (limited to 'Global-Config.md')
-rw-r--r--Global-Config.md5
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