Dynamic attachment size

This commit is contained in:
Ionut Filip
2018-12-07 13:37:40 +02:00
parent 3d98124bcd
commit 94edb48f08
9 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
date.timezone=UTC
upload_max_filesize = 25M
post_max_size = 25M
upload_max_filesize = {{ MAX_FILESIZE }}M
post_max_size = {{ MAX_FILESIZE }}M