feat(config) : set upload limits to 50MB and add uploads volume

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 18:02:09 +01:00
parent bfffbe7041
commit a36cd92a7f
3 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Europe/Paris
date.timezone = Europe/Paris
[Upload]
upload_max_filesize = 50M
post_max_size = 55M