mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Increased the maximum file size from 16M to 100M and make it configurable
This fixes issue #228
This commit is contained in:
parent
7394a23a83
commit
6fa5efc4ca
5 changed files with 18 additions and 11 deletions
3
.env
3
.env
|
@ -31,6 +31,9 @@ INSTANCE_NAME="Part-DB"
|
|||
ALLOW_ATTACHMENT_DOWNLOADS=0
|
||||
# Use gravatars for user avatars, when user has no own avatar defined
|
||||
USE_GRAVATAR=0
|
||||
# The maximum allowed size for attachment files in bytes (you can use M for megabytes and G for gigabytes)
|
||||
# Please note that the php.ini setting upload_max_filesize also limits the maximum size of uploaded files
|
||||
MAX_ATTACHMENT_FILE_SIZE="100M"
|
||||
|
||||
###################################################################################
|
||||
# Email settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue